Skip to content

Instantly share code, notes, and snippets.

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