Last active
October 24, 2016 15:37
-
-
Save florianboudot/2774b91bd12cfb34b1f0926e81314481 to your computer and use it in GitHub Desktop.
my regex
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
1) match numbers with comma in string (coordinates in json) | |
"(-?[\d]*\.[\d]*)" | |
will match "-0,1254" or "28,54800" as a group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment