Skip to content

Instantly share code, notes, and snippets.

@lifely
Created May 5, 2014 08:41
Show Gist options
  • Save lifely/f69b9a954f6e6153860d to your computer and use it in GitHub Desktop.
Save lifely/f69b9a954f6e6153860d to your computer and use it in GitHub Desktop.
Phone Number Regex
^(?:(?:\(?(?:00|\+)([1-4]\d\d|[1-9]\d?)\)?)?[\-\.\ \\\/]?)?((?:\(?\d{1,}\)?[\-\.\ \\\/]?){0,})(?:[\-\.\ \\\/]?(?:#|ext\.?|extension|x)[\-\.\ \\\/]?(\d+))?$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment