Skip to content

Instantly share code, notes, and snippets.

@JoshuaCarroll
Created January 20, 2019 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshuaCarroll/1b47710bdaf5b2f51b4417cfde5b0892 to your computer and use it in GitHub Desktop.
Save JoshuaCarroll/1b47710bdaf5b2f51b4417cfde5b0892 to your computer and use it in GitHub Desktop.
Latitude / Longitude regular expression
([-+]?(?:[0-9]|[1-9][0-9])\.\d+),\s*([-+]?(?:[0-9]|[1-9][0-9]|[1-9][0-9][0-9])\.\d+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment