Skip to content

Instantly share code, notes, and snippets.

@turizoft
Last active December 21, 2015 05:09
Show Gist options
  • Save turizoft/6254898 to your computer and use it in GitHub Desktop.
Save turizoft/6254898 to your computer and use it in GitHub Desktop.
Useful regular expressions to use either in a text editor or for validations.
* Select each element from an array of symbols (group 2 captures the name):
((\w*): \d+)+,?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment