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
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 18,000 community submitted regex patterns...
1
UK phones
PCRE2 (PHP >=7.3)
Regex for UK phones (without +)
Submitted by
anonymous
-
a year ago
1
Irish Phones
PCRE2 (PHP >=7.3)
Regex for Irish phones (without +)
Submitted by
anonymous
-
a year ago
1
Swedish Phones
PCRE2 (PHP >=7.3)
Regex for Swedish phones (without +)
Submitted by
anonymous
-
a year ago
1
Indian Phones
PCRE2 (PHP >=7.3)
Regex for Indian phones (without +)
Submitted by
anonymous
-
a year ago
1
Indonesian Phones
PCRE2 (PHP >=7.3)
Regex for Indonesian phones (without +)
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
1
Japanese Phones
PCRE2 (PHP >=7.3)
Regex for Japanese phones (without +)
Submitted by
anonymous
-
a year ago
1
Emirati Phones
PCRE2 (PHP >=7.3)
Regex for Emirati phones (without +)
Submitted by
anonymous
-
a year ago
1
USA & Canadian Phones
PCRE2 (PHP >=7.3)
Regex for USA and Canadian phones (without +)
Submitted by
anonymous
-
a year ago
1
Peruvian Phones
PCRE2 (PHP >=7.3)
Regex for Peruvian phones (without +)
Submitted by
anonymous
-
a year ago
1
Venezuelan Phones
PCRE2 (PHP >=7.3)
Regex for Venezuelan phones (without +)
Submitted by
anonymous
-
a year ago
1
Brazilian Phones
PCRE2 (PHP >=7.3)
Regex for Brazilian phones (without +)
Submitted by
anonymous
-
a year ago
1
Colombian Phones
PCRE2 (PHP >=7.3)
Regex for Colombian phones (without +)
Submitted by
anonymous
-
a year ago
1
Ecuadorian Phones
PCRE2 (PHP >=7.3)
Regex for Ecuadorian phones (without +)
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
1
Bolivian Phones
PCRE2 (PHP >=7.3)
Regex for Bolivian phones (without +)
Submitted by
anonymous
-
a year ago
1
Mexican Phones
PCRE2 (PHP >=7.3)
Regex for Mexican phones (without +)
Submitted by
anonymous
-
a year ago
1
Chilean Phones
PCRE2 (PHP >=7.3)
Regex for Chilean phones (without +)
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
1
Argentinian Phones
PCRE2 (PHP >=7.3)
Regex for Argentinian phones (without +)
Submitted by
anonymous
-
a year ago
1
Codice fiscale
PCRE2 (PHP >=7.3)
Trova la stringa corrispondente ad un codice fiscale italiano
Submitted by
anonymous
-
a year ago
1
TVseriesFileName
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
a year ago
1
Match the distinct letters used in a string
PCRE2 (PHP >=7.3)
This finds a letter and omits all other instances of that letter, leaving you only the distinct letters used in the string.
Submitted by
Ember B
-
a year ago
1
...
795
796
797
798
799
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
(
00
|
0
)?
54
[
1
-
9
]
{1}
[
0
-
9
]
{1,3}
[
0
-
9
]
{5,9}
)
$
/
gm
Open regex in editor
Description
Regex for Argentinian phones (without +)
Submitted by
anonymous
-
a year ago