Instantly share code, notes, and snippets.
Regex to match numbers except numbers between quotes
-?\d+(.\d+)?(?=(([^"]*'){2})*[^"]*$)