Skip to content

Instantly share code, notes, and snippets.

@danielkellyio
Created April 21, 2016 12:25
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 danielkellyio/24dd77b8192ae5935cc4fae0225429c2 to your computer and use it in GitHub Desktop.
Save danielkellyio/24dd77b8192ae5935cc4fae0225429c2 to your computer and use it in GitHub Desktop.
Regex to detect valid us phone numbers (no country code)
[\(]?\d{3}[\)]?[\-]?\d{3}[\-]?\d{4}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment