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...
1
search for if(<identifier>)
PCRE (PHP <7.3)
if(a)
Submitted by
anonymous
-
9 years ago
1
dutch zipcode with named matching
PCRE (PHP <7.3)
no description available
Submitted by
Eelke van den Bos
-
9 years ago
0
c
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL parser also with shorthand syntax
Python
mail.google.com google.it www.mega.co/ http://www.google.it mail.google.uk/login/auth.html ftp://docs.python.org:54/login/...
Submitted by
fine_dust
-
9 years ago
0
email validation
Python
no description available
Submitted by
Yerko Palma
-
9 years ago
1
equation syntaxt check
PCRE (PHP <7.3)
easy syntax check for equation
Submitted by
Kerosene2000
-
9 years ago
1
syntaxic equation check
PCRE (PHP <7.3)
check if two operator follow and if two [xX] follow. You can combine this with https://regex101.com/r/qT7fO0/1
Submitted by
Kerosene2000
-
9 years ago
1
equation matching (for javascript, without equal)
ECMAScript (JavaScript)
use this to get value of any side of an equation. You can combine this with https://regex101.com/r/fH5kJ1/1
Submitted by
Kerosene2000
-
9 years ago
4
Equation matching (without equal)
Python
use this to get value of any side of an equation. You can combine this with https://regex101.com/r/fH5kJ1/1
Submitted by
Kerosene2000
-
9 years ago
1
Both equation side matcher
PCRE (PHP <7.3)
This is able to match both side of an equation.
Submitted by
Kerosene2000
-
9 years ago
0
replicated pageContent id within a div
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
OS Grid Reference
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
31
Email address (most used)
ECMAScript (JavaScript)
Email address, most used cases
Submitted by
Jago
-
9 years ago
19
Email (RFC2822)
Recommended
ECMAScript (JavaScript)
Email address compliant with RFC2822
Submitted by
Jago
-
9 years ago
1
Q_Property
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
Select the numeric part of a price following an ascii dollar sign
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL de playlist de salvavinilos.org
Python
URL de playlist de salvavinilos.org
Submitted by
anonymous
-
9 years ago
2
Match at least 2-letters (international)
ECMAScript (JavaScript)
RegExp to match that user has entered at least 2-letters (including international letters) in a field
Submitted by
anonymous
-
9 years ago
1
#define const_value 4
PCRE (PHP <7.3)
#define const_value 4 to const uint8_t const_value 4
Submitted by
Big Chuck Dawg
-
9 years ago
1
...
833
834
835
836
837
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
\d
{10}
|
\d
{12}
)
$
/
gm
Open regex in editor
Description
Проверка правильности кадастрового номера
Submitted by
Virenbar
-
3 years ago