Skip to content

Instantly share code, notes, and snippets.

@victorbstan
Created February 18, 2011 05:10
Show Gist options
  • Save victorbstan/833280 to your computer and use it in GitHub Desktop.
Save victorbstan/833280 to your computer and use it in GitHub Desktop.
a flexible regex for detecting north american 10 digi phone numbers with or without brackets around the prefix
/\A\(?[-. ]?\d{3}[-. ]?\)?[-. ]?\d{3}[-. ]?\d{4}\Z/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment