Skip to content

Instantly share code, notes, and snippets.

@juniorbird
Last active December 8, 2015 16:18
Show Gist options
  • Save juniorbird/933472538e2174da06e6 to your computer and use it in GitHub Desktop.
Save juniorbird/933472538e2174da06e6 to your computer and use it in GitHub Desktop.
Regex to match all common US phone number formats
(?:1[\-\s])?(?:\(?(\d{3})[\-\)\s]?(?:[\s\.])?)?\d{3}[-\s\.]\d{4}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment