Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Relevance
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 340 community submitted regex patterns...
0
My phone number
PCRE (PHP <7.3)
13564148140
Submitted by
Stan
-
9 years ago
0
phone number spain
PCRE (PHP <7.3)
^(0034|\+34)?(\d\d\d)-? ?(\d\d)-? ?(\d)-? ?(\d)-? ?(\d\d)$
Submitted by
elPatxificador
-
9 years ago
-1
phone number to match all cases of phone number all over the world
PCRE (PHP <7.3)
i.e: (555)555-5555 (OK) 5555555555 (ok) 555.555.5555 (ok) 55555555556 (ok) +184 (555)555-5555 (ok)...
Submitted by
Quoc Kenny Nguyen
-
9 years ago
0
Phone Number
ECMAScript (JavaScript)
For phone numbers with country code(Optional)followed by 10 digit phone number.
Submitted by
Kshama
-
9 years ago
1
List of phone numbers
ECMAScript (JavaScript)
List of phone numbers separated by commas 241 214 2414,(214) 224 4244, 214/224 4224,2142244244
Submitted by
anonymous
-
9 years ago
2
Brazilian number phone
PCRE (PHP <7.3)
no description available
Submitted by
Marcos André
-
9 years ago
1
BE phone number format
PCRE (PHP <7.3)
BE phone number format
Submitted by
GM
-
9 years ago
0
Phone Number
PCRE (PHP <7.3)
Phone Number validator with country code area code
Submitted by
Kristine Poghosyan
-
9 years ago
1
Phone Number
ECMAScript (JavaScript)
Allows a phone number in the following format: (123) 123-1234 The space is optional
Submitted by
Tom G.
-
9 years ago
1
US Phone Numbers 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
us phone numbers 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
3
french phone number + match right part
PCRE (PHP <7.3)
Matches french numbers (not special numbers like 115, 18). First matching group contains the right part without prefix (0, +33, 33, 033, or 0033).
Submitted by
xdrm-brackets
-
9 years ago
1
Format phone number
ECMAScript (JavaScript)
no description available
Submitted by
andreasonny83
-
9 years ago
0
phone number
Python
no description available
Submitted by
Dries Werckx
-
9 years ago
1
US and Mexico Phone Numbers with Extensions
PCRE (PHP <7.3)
no description available
Submitted by
Katrina
-
9 years ago
1
Check phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Phone Number with no letters or spaces
PCRE (PHP <7.3)
Phone Number with no letters or spaces
Submitted by
JP Hunter
-
9 years ago
1
Mexico Phones Number
PCRE (PHP <7.3)
telefonos en mexico
Submitted by
whereisanddy
-
9 years ago
1
finding phone numbers
PCRE (PHP <7.3)
we know phone numbers are one group of 3 numbers [a group of 4 numbers] we use D? as a way to find nondigits like the parenthesis This should also work: \(?\d{3}\)?\s?-?.?\d{3}\
Submitted by
anonymous
-
9 years ago
1
phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
11
12
13
14
15
...
17