Return to Snippet

Revision: 9526
at November 11, 2008 03:42 by binarynomad


Updated Code
([0-9]{3}\)\s?[0-9]{3}(-|\s)?[0-9]{4}$|^[0-9]{3}-?[0-9]{3}-?[0-9]{4}

Revision: 9525
at November 11, 2008 00:52 by binarynomad


Initial Code
^\([0-9]{3}\)\s?[0-9]{3}(-|\s)?[0-9]{4}$|^[0-9]{3}-?[0-9]{3}-?[0-9]{4}$

Initial URL


Initial Description
US phone with or without parentheses

Initial Title
US Phone Numbers

Initial Tags
regex

Initial Language
Regular Expression