Skip to content

Instantly share code, notes, and snippets.

@florianboudot
Last active October 24, 2016 15:37
Show Gist options
  • Save florianboudot/2774b91bd12cfb34b1f0926e81314481 to your computer and use it in GitHub Desktop.
Save florianboudot/2774b91bd12cfb34b1f0926e81314481 to your computer and use it in GitHub Desktop.
my regex
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