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 9,620 community submitted regex patterns...
0
yandex_music_parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
body class
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
js-create-includes-webpack-plugin regex
PCRE (PHP <7.3)
/** WebPack plugin which replaces to: * const bundleScript = document.createElement('script'); bundleScript.type = 'text/javascript'; bundleScript.async = true;...
Submitted by
anonymous
-
5 years ago
0
BC365AL - Find TextConst .v1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BC365AL - Find TextConst .v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
for calibre
PCRE (PHP <7.3)
for adding books
Submitted by
anonymous
-
6 years ago
0
Mask params in sumologic
PCRE (PHP <7.3)
Mask params in sumologic
Submitted by
anonymous
-
6 years ago
0
search for X-UA-Compatible Metadata tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IPV6 validation
PCRE (PHP <7.3)
simple IPV6 validation
Submitted by
anonymous
-
6 years ago
0
HTML links
PCRE (PHP <7.3)
extract HTML links contentes
Submitted by
anonymous
-
6 years ago
0
MQFTE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Syslogs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DSL whoc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DSL who clan
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DSL who clan
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Json Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Vorname / Name vertauschen
PCRE (PHP <7.3)
reto burger > burger reto
Submitted by
anonymous
-
6 years ago
0
Regular expression to validate uuid4
PCRE (PHP <7.3)
Regular expression to validate uuid4 ``
Submitted by
Laudir Bispo
-
6 years ago
0
Regular expression to validate uuid4
PCRE (PHP <7.3)
Regular expression to validate uuid4 ``
Submitted by
Laudir Bispo
-
6 years ago
0
Git
PCRE (PHP <7.3)
Regex fpr not considering git
Submitted by
anonymous
-
6 years ago
1
...
124
125
126
127
128
...
481
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