i
Hate
Regex
Library
Cheatsheet
Community
Open playground
matches a valid e.164 format telephobne number
Regex title
Edit anything to remix
Remix in playground
JavaScript
Expression
/
Regular expression
^
\+
[1-9]
\d
{1,14}
$
^\+[1-9]\d{1,14}$
/
igm
g
i
m
s
u
y
flags
Test bench
Sample text
4 matches
+919367788755
8989829304
+16308520397
786-307-3615
+14155552671
+551155256325
+919367788755 8989829304 +16308520397 786-307-3615 +14155552671 +551155256325
Structure
Railroad diagram
Interactive
SVG
PNG
Copy
Embed
Live
Strings that match
+919367788755
+16308520397
+14155552671
+551155256325
Strings that don’t match
8989829304
786-307-3615
Related patterns
phone number
match a phone number
ssn
match a social security number