Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicolae-olariu/a68c1d50bdca1b45aa63063c042d4d61 to your computer and use it in GitHub Desktop.
Save nicolae-olariu/a68c1d50bdca1b45aa63063c042d4d61 to your computer and use it in GitHub Desktop.
JS regex validators
US PHONE: ^(\\+\\d{1,2}\\s)?\\(?\\d{3}\\)?[\\s.-]?\\d{3}[\\s.-]?\\d{4}$
ZIP: ^[0-9]{5}(?:-[0-9]{4})?$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment