Created
May 5, 2014 08:41
-
-
Save lifely/f69b9a954f6e6153860d to your computer and use it in GitHub Desktop.
Phone Number Regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^(?:(?:\(?(?: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