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
RFC-5322 3.4 Compliant Email Pattern
Python
This is a minimal RCF-5322 section 3.4 compliant address pattern.
Submitted by
anonymous
-
7 years ago
0
$DMY
Python
no description available
Submitted by
anonymous
-
7 years ago
-1
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
ipp 2 operands
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CoordonnéesXY
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
-1
e-mail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Finds r'\\n\, r'\n'' but not r'\\\n'
PCRE (PHP <7.3)
no description available
Submitted by
maffei2443
-
7 years ago
0
Simple URL Path
PCRE (PHP <7.3)
Matches URL Path with variables {} and [] for using into API routers
Submitted by
Rafael Beckel
-
7 years ago
0
Multiple PNR extract from file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Last '?' before '\n'
PCRE (PHP <7.3)
no description available
Submitted by
maffei2443
-
7 years ago
0
MLSSA file type
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ESI matching
PCRE (PHP <7.3)
Pages that should be ESI processed.
Submitted by
anonymous
-
7 years ago
0
Q2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
smoothie oops
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Force a CIDR block of 10.###.0.0
ECMAScript (JavaScript)
This will force a cidr block in the 10.x.0.0 range. Very useful if you restrict your cidr block to 10.x.0.0 in cloudformation (AWS).
Submitted by
Alex Dixon
-
7 years ago
0
Klippel file parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex captures numbers only
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PHP .htaccess
PCRE (PHP <7.3)
no description available
Submitted by
ToniApps Studios
-
7 years ago
0
Find text between double square brackets in php
PCRE (PHP <7.3)
Find text between double square brackets in php
Submitted by
Depict
-
7 years ago
0
[Wikipedia] Article descriptive tokenizer
PCRE (PHP <7.3)
Match patterns of form "{% sentence_prefix %} (is|are) (a|the) {% description_of_prefix %}". Should almost always match part of the first sentence of a Wikipedia article.
Submitted by
anonymous
-
7 years ago
1
...
539
540
541
542
543
...
902
Community Library Entry
0
Regular Expression
Python
r"
(
LineSequenceNumber
)
|
(
(?<=
Inventory
(
Date
|
Time
)
)
.
*
sys
)
|
(
sys
.
*
(?=
Inventory
(
Date
|
Time
)
)
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago