Skip to content

Instantly share code, notes, and snippets.

@dcosson
Created August 22, 2012 23:12
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 dcosson/3430463 to your computer and use it in GitHub Desktop.
Save dcosson/3430463 to your computer and use it in GitHub Desktop.
Phone number regex in js
// allows:
// 1235554567
// (123) 555-4567
// 123.555.4567
// 123-555-4567
/^\(?[0-9]{3}[.\-\)]?\s?[0-9]{3}[.-\s]?[0-9]{4}$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment