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,040 community submitted regex patterns...
0
email test
PCRE (PHP <7.3)
not perfect but better than anything I could find.
Submitted by
anonymous
-
7 years ago
0
email test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
czds zone file FQDN extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
monero address
PCRE (PHP <7.3)
Check validity of monero addresses
Submitted by
CorentinGC
-
7 years ago
1
ethereum address
PCRE (PHP <7.3)
Check validity of ethereum address
Submitted by
CorentinGC
-
7 years ago
0
ripple address
PCRE (PHP <7.3)
Check validity of ripple address
Submitted by
CorentinGC
-
7 years ago
0
Search for whole class with specific tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
AU Validate
ECMAScript (JavaScript)
Au Validate
Submitted by
anonymous
-
7 years ago
1
Basic DOI
Python
no description available
Submitted by
anonymous
-
7 years ago
0
CURP de México
ECMAScript (JavaScript)
¿Qué es la CURP? La Clave Única de Registro de Población (CURP) es un código alfanumérico único de identidad de 18 caracteres utilizado para identificar oficialmente tanto a residentes como a ciudadanos mexicanos, expedido por el RENAPO. La misma, se forma a partir de las letras de los nombres y ap...
Submitted by
anonymous
-
7 years ago
0
where command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
sps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
expressions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Email matching with a grain of salt
PCRE (PHP <7.3)
Inspired by Micheal Musson entry Wich was hard to use in regex flavours that don't support recursion (C# engine doesn't) i've build my own simpler version wich matches what i would accept as validation entry
Submitted by
Luigi Trabacchin
-
7 years ago
0
IPA Matcher
Python
no description available
Submitted by
hakr14
-
7 years ago
0
ISO 8601
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find CC numbers in a string
PCRE (PHP <7.3)
Test on the most basic possible form of credit card numbers.
Submitted by
Xtina
-
7 years ago
0
Separation of bank statement description
PCRE (PHP <7.3)
Separation of bank statement description``
Submitted by
anonymous
-
7 years ago
0
ul-li discover
PCRE (PHP <7.3)
ul li discovered
Submitted by
anonymous
-
7 years ago
1
Matching an Saudi Postal Code
PCRE (PHP <7.3)
Saudi Postal Code has five digits, if you would to have more information check the below: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ First Digit (Postal Regions): "The postal region number is represented by the first digit of the postal code" ...
Submitted by
Fares Alarabi
-
7 years ago
1
...
577
578
579
580
581
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
[
\:
]
[
\/
]
{0,2}
)
[
\w
\-
]
+
(
[
\@
]
|
[
\.
]
)?
(
[
\w
\-
]
+
[
\.
]
){0,}
(
[
\w
\-
]
+
)?
(
[
\:
]
[
\d
]
+
)?
[
\/
]
?
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago