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 11,620 community submitted regex patterns...
0
One million
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match substring before and after character
Python
no description available
Submitted by
anonymous
-
5 years ago
0
[caption ...] [/caption]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
transformIgnorePatterns nagative lookahead
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Websites for IPK projekt
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Thionyl chloride wiki EN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Salpeterzuur wiki NL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Thionylchloride wiki NL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Project Root @Route
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
import regex groovy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Boucle d'or
Golang
Attrape la famille ours
Submitted by
anonymous
-
5 years ago
0
Filenames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IF statement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Build Version Pattern matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MM101
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Bike Size
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Uitslagen.nl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
KDE_Converter_Runner_Regex
Golang
WIP
Submitted by
anonymous
-
5 years ago
1
...
469
470
471
472
473
...
581
Community Library Entry
0
Regular Expression
Python
r"
(?<=
^
\*
page
)
(?P<pg>
[
\d
]
{1,3}
)
|
(?<!
;
)
(?P<txt_a>
[
]
.
*
)
(?=
\[
lr
\]
\n
)
|
(?<!
;
)
(?P<txt_b>
^
[
]
{2}
.
*
)
|
(?P<txt_c>
@align
anchor=
\"
center
\"
text=
.
+
)
|
(?P<txt_d>
^
[^
*@[;
]
.
+
)
"
gm
Open regex in editor
Description
Attempting to parse Fate/Stay Night scripts nicely
Submitted by
anonymous
-
a year ago