Skip to content

Instantly share code, notes, and snippets.

@ReidWilliams
Created February 21, 2019 19:57
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 ReidWilliams/e25b99e154aa664806639207bc23ce61 to your computer and use it in GitHub Desktop.
Save ReidWilliams/e25b99e154aa664806639207bc23ce61 to your computer and use it in GitHub Desktop.
Regexp replace POINT(lat, long)
POINT \((-?\d+.\d+) (-?\d+.\d+)\)
$1,$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment