US Phone Number

US phone number formats

Live Tester— test the US Phone Number pattern
Pattern/^\+?1?[\s.-]?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}$/

Should match →

Should not match →

Pattern

^\+?1?[\s.-]?\(?\d{3}\)?[\s.-]?\d{3}[\s.-]?\d{4}$

Matching examples

(555) 123-4567+1 555.123.45675551234567

Non-matching examples

123abc-def-ghij

Breakdown

\+?1?
Optional +1 country code
\d{3}
Area code (3 digits)
\d{3}
Exchange (3 digits)
\d{4}$
Subscriber (4 digits)

Related tools

Other patterns