Check whether a phone number has a broad international digit shape.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The pattern accepts an optional leading plus, country-code digits, and a bounded subscriber sequence while rejecting letters. It does not encode every national numbering plan or verify reachability.
us
Phone Regex (us):
^\+?1?[-.\s]?\(?\d{3}\)?[-.\s]?\d{3}[-.\s]?\d{4}$
US phone number (with optional country code, area code)
Examples:
(555) 123-4567
+1-555-123-4567
5551234567
Signup forms, contact imports, and SMS API prechecks use phone patterns.