Skip to content

Instantly share code, notes, and snippets.

@sirdlx
Created November 10, 2015 03:36
Show Gist options
  • Save sirdlx/63c8173f6dc2900677d9 to your computer and use it in GitHub Desktop.
Save sirdlx/63c8173f6dc2900677d9 to your computer and use it in GitHub Desktop.
regex for two decimal spaces
var decimalOnly = /^\s*-?[1-9]\d*(\.\d{1,2})?\s*$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment