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...
0
AON PRD Spell Trait
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
French departement comma separated list
PCRE (PHP <7.3)
Allows to check a comma separated list of french "departement" codes. Stands metropolitan and extra territorial codes such as Martinique, Polynésie, Mayotte, etc.
Submitted by
anonymous
-
5 years ago
0
Orphelins
PCRE (PHP <7.3)
Détecte la dernière espace du paragraphe
Submitted by
anonymous
-
5 years ago
0
Last occurrence between two strings
PCRE (PHP <7.3)
Recupera l'ultima occorrenza di una stringa prima stringa specificata dalla lookbehind in un testo su più righe. NB: Sembra che il token \K non venga riconosciuto da .NET ma la regex funziona.
Submitted by
anonymous
-
5 years ago
0
xray - Filter
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Zoho jobs complete response
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ucs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
nba
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Find Field Between Two Tokens
Python
Find Field Between Two Tokens
Submitted by
anonymous
-
5 years ago
0
amazon jp product ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
saily find coords
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Sentence ending chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Sentence ending dot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Change tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Horriblesubs
Python
no description available
Submitted by
anonymous
-
5 years ago
0
CSV Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
no double spaces / leading / trailing spaces
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Coralogix default severity regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Code couleur en hexadécimal
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Code couleur en hexadécimal
ECMAScript (JavaScript)
#(([0-9A-F]{6})|([0-9a-f]{6}))
Submitted by
anonymous
-
5 years ago
1
...
281
282
283
284
285
...
900
Community Library Entry
0
Regular Expression
Python
r"
<a
href=
.
+
?
(
.
+
?
)
\"
.
+
?
\n.
+
?
\n.
+
?
\n\n.
+
?
\n.
+
?
>
(
.
+
?
)
<
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago