Skip to content

Instantly share code, notes, and snippets.

@seamusjr
Last active August 29, 2015 13:58
Show Gist options
  • Save seamusjr/10274539 to your computer and use it in GitHub Desktop.
Save seamusjr/10274539 to your computer and use it in GitHub Desktop.
regex match number between 25 and 800
/^\s*[2-9][5-9]|1[0-9][0-9]|2[0-9][0-9]|3[0-9][0-9]|4[0-9][0-9]|5[0-9][0-9]|6[0-9][0-9]|7[0-9][0-9]|800*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment