Skip to content

Instantly share code, notes, and snippets.

@Quinten
Created January 6, 2017 14:36
Show Gist options
  • Save Quinten/385118d4488ecab802d309fdbbefb4d1 to your computer and use it in GitHub Desktop.
Save Quinten/385118d4488ecab802d309fdbbefb4d1 to your computer and use it in GitHub Desktop.
price or real world number regex
var priceRegex = /^((((([1-9]\d{0,2})(,\d{3})?)|([1-9]\d*)|\d{1})(\.\d+){0,1})|(((([1-9]\d{0,2})(\.\d{3})?)|([1-9]\d*)|\d{1})(,\d+){0,1}))$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment