RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Any use phone number with support for extensions
Expression
\(?\s*(?<area>\d{3})\s*[\)\.\-]?\s*(?<first>\d{3})\s*[\-\.]?\s*(?<second>\d{4})\D*(?<ext>\d*)
Description
Matches any properly entered US phone number (area code, first three, last four) plus support for extensions (optional)
Matches
5551213333 555.111.1234 555.888.8888x4444
Non-Matches
555-555-123
Author Rating: Not yet rated. Paul
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials