Last active
December 21, 2015 05:09
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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