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...
1
Phone number dutch
PCRE (PHP <7.3)
Mobile, home and international. Including the regional prefix numbers
Submitted by
Manoe Driessen
-
9 years ago
1
French Phone Number Validation
PCRE (PHP <7.3)
Accept several kind of format, more or less usual. And refuse incorrect formats. Prefix: 0033 / +33 / (0) / 0 Number: collapsed / group by 2 / group by 3 Separator: space / dot / dash
Submitted by
RonanKER
-
8 years ago
1
matching phone numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
U.S. phone number format: XXX-XXX-XXXX
Python
no description available
Submitted by
anonymous
-
5 years ago
1
phone numbers with text
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
International Phone Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
Phone Number
PCRE (PHP <7.3)
123 456 7890 (123) 456 7890 (123) 456-7890 1234567890 123 456 7890 123 4567890...
Submitted by
anonymous
-
5 years ago
1
Dutch mobile phone number
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
Phone Number E.164
PCRE2 (PHP >=7.3)
Starts with + from 8 digits until 15
Submitted by
Sear Lopez
-
4 years ago
1
Chinese Phone Number
PCRE2 (PHP >=7.3)
匹配中国🇨🇳大陆手机号码
Submitted by
Akko
-
3 years ago
1
Rust Phone Number
Rust
not fully featured, but simple.
Submitted by
Jakersnell
-
2 years ago
1
Iraqi phone number validation regular expression (RegEx)
PCRE2 (PHP >=7.3)
It must be 10 or 11 digits (with optional leading zero). It must start with 7 (After leading zero) Supporting 5 telecom operators: Zain Iraq (079, 078) Asiacell (077) Korek Telecom (075)...
Submitted by
Areeb Al-Quraishi
-
a year ago
(Last modified a year ago)
1
US Phone Number Validation
PCRE2 (PHP >=7.3)
Captures every kind of US format I can think of (e.g +1999-999-999, 999-999-9999, +1(999) 999-9999, etc). Remove first coupling group if you don't want a country code.
Submitted by
Kayla B,
-
a year ago
1
US Phone Number Validation (with optional country code and separators)
PCRE2 (PHP >=7.3)
unwhatever.me
Submitted by
anonymous
-
a year ago
1
Extract Phone Numbers (International)
PCRE2 (PHP >=7.3)
spooonful.com
Submitted by
anonymous
-
a year ago
1
Match Phone Numbers with Extensions
PCRE2 (PHP >=7.3)
canitbenews.com
Submitted by
anonymous
-
a year ago
1
Match Phone Numbers with Country Code
PCRE2 (PHP >=7.3)
Top10Echo.com
Submitted by
anonymous
-
a year ago
1
Extract Phone Number with Extension
PCRE2 (PHP >=7.3)
cashewa.com
Submitted by
anonymous
-
a year ago
1
Phone number - Fr or Eu
PCRE2 (PHP >=7.3)
Allow numbers like: 0689553212 0789553212 +33689553212 +32689553212 0033689553212...
Submitted by
Bruno Duyé
-
7 months ago
1
Lookahead phone test with formatting
PCRE (PHP <7.3)
Let's say a phone number is valid in case it has 11 digits only (13 in case of using 00 instead of +). Separators could be anywhere. Take the valid numbers and bring to common format. Original idea was deleting all non-digits but using look-ahead made impossible to use + for remove non-digits, it ne...
Submitted by
zolo
-
10 years ago
1
...
4
5
6
7
8
...
17