Skip to content

Instantly share code, notes, and snippets.

@drajathasan
Created April 11, 2021 00:35
Show Gist options
  • Save drajathasan/dec6cb9031831608f46f0a48a1409cb8 to your computer and use it in GitHub Desktop.
Save drajathasan/dec6cb9031831608f46f0a48a1409cb8 to your computer and use it in GitHub Desktop.
Regex at 11/04/2021
# Search string before string ":"
.+?(?=:)
# Search string only some range character e.g: a to z
^[a-z]*$
# Search bracket
{+\w+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment