Skip to content

Instantly share code, notes, and snippets.

@oguzhaneren
Created April 12, 2020 11:48
Show Gist options
  • Save oguzhaneren/e5e7dff2f0a2aff725f8c88a30713796 to your computer and use it in GitHub Desktop.
Save oguzhaneren/e5e7dff2f0a2aff725f8c88a30713796 to your computer and use it in GitHub Desktop.
Regex

Regex to match numbers except numbers between quotes

-?\d+(.\d+)?(?=(([^"]*'){2})*[^"]*$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment