Regex for Phone Numbers: US, International & More
Regex patterns for matching phone numbers: US format, international with country code, with/without dashes, and formatting.
US Phone Number
\(?\d{3}\)?[-.\s]?\d{3}[-.\s]?\d{4}Matches: (123) 456-7890, 123-456-7890, 123.456.7890, 1234567890
International (E.164)
\+[1-9]\d{1,14}Matches: +14155552671, +442071234567
Test in our Regex Tester.
Try It Free
Use our free online tool — 100% client-side, no data leaves your browser.
Open Regex Tester