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,020 community submitted regex patterns...
2
Prime numbers test
Python
Given a number N represented by its unary form N(1), when RegEx doesn't match N(1), N is prime
Submitted by
LexDias
-
9 years ago
1
111
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Machine Readable Passport - Extractor
PCRE (PHP <7.3)
First version of MRP Extractor Future versions include Merge with validator (if possible) Check nationalities
Submitted by
Mauro
-
9 years ago
1
url 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Match_Between_Nth_And_Nth+1_Occurence_Of_Character_Square_Brackets
ECMAScript (JavaScript)
no description available
Submitted by
Connor Goddard
-
9 years ago
1
Match_Between_Nth_And_Nth+1_Occurence_Of_Character_Pattern
ECMAScript (JavaScript)
This regular expression is designed to work with character-delimited strings, and provides a means to specify the index of delimiter occurrence at which content is extracted.
Submitted by
Connor Goddard
-
9 years ago
1
Absolute Date format
ECMAScript (JavaScript)
no description available
Submitted by
Jesse Benton
-
9 years ago
1
Parsing BWPROMO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
find variant in uri
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
List of EmailAddresses
ECMAScript (JavaScript)
List of EmailAddresses optionally allowing with personal i.e. "Personal Name "
Submitted by
anonymous
-
9 years ago
1
get last uri segment ending in number
PCRE (PHP <7.3)
no description available
Submitted by
Ben
-
9 years ago
1
remove tinymce id's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Rubik Parser (with unit tests)
ECMAScript (JavaScript)
extracts face/slice/axis rotations, pieces, patterns and groups
Submitted by
FabioDiMonte
-
9 years ago
1
Rubik Parser
PCRE (PHP <7.3)
extract face/slice/axis rotations, pieces, patterns and groups
Submitted by
FabioDiMonte
-
9 years ago
11
find all link(<a>) tags expect your links in href attribute
ECMAScript (JavaScript)
YourLink - not found AnotherLink - found
Submitted by
KoT
-
9 years ago
1
Sterium test
ECMAScript (JavaScript)
no description available
Submitted by
koT
-
9 years ago
1
one deccmal point
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
match C# class definition
PCRE (PHP <7.3)
match C# a class definition
Submitted by
luan castro (@castrolol)
-
9 years ago
1
OG by Sam
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Function Parameter Switcher
PCRE (PHP <7.3)
Switches the order of two functions in a parameter.
Submitted by
anonymous
-
9 years ago
1
...
821
822
823
824
825
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
=REGEXREPLACE
(
REGEXEXTRACT
(
LOWER
(
O140
)
,
"
(?:
anti
\w
+
\s
|
obvi
\w
+
\s
|
clai
\w
+
\s
|
and
|
ground
|
[
0
-
9
]
+
:
)
(
.
*
)
"
)
,
"claims
?
\s
?
(
[
0
-
9
]
.
*
and
\s
[
0
-
9
]
+
)
",
""
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago