Skip to content

Instantly share code, notes, and snippets.

@iowillhoit
Created October 18, 2012 15:15
Show Gist options
  • Save iowillhoit/3912477 to your computer and use it in GitHub Desktop.
Save iowillhoit/3912477 to your computer and use it in GitHub Desktop.
Phone Number Regex (country code, optional delimiters, optional extension)
^\(?([2-9]{3})\)?[\-. ]?([0-9]{3})[\-. ]?([0-9]{4})[\-. ]?(x|ext)?[\-. ]?([0-9]{3,4})?$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment