Skip to content

Instantly share code, notes, and snippets.

@lidocaine
Last active January 24, 2019 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lidocaine/e03c3b13962d968f53201d0c13ada109 to your computer and use it in GitHub Desktop.
Save lidocaine/e03c3b13962d968f53201d0c13ada109 to your computer and use it in GitHub Desktop.
A place to keep regular expressions I wrote or found so I don't have to go hunting for them again because REGEX's hate me.

REGEXs.md

Form-related

Phone Number Validation (US)
^\d{3}[\-\s]{0,1}\d{3}[\-\s]{0,1}\d{4}$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment