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 12,980 community submitted regex patterns...
0
cesto-detail_nabidky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
majetek-detail_nabidky
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
seo_bots
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hypo-interagovany-formular
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CHH-LP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
query_string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Членские взносы
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Match Nested Parentheses v1
PCRE (PHP <7.3)
This can match up to 10 nested parentheses.
Submitted by
anonymous
-
5 years ago
0
jekyll-preprocess
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jekyl-process2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
jekyll-process3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
xicuc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MikroTik firewall logs
Golang
Used with Azure Log Analytics
Submitted by
anonymous
-
5 years ago
0
tag urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email if then else
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
RFC 3986 Valid URL
PCRE (PHP <7.3)
Taken from Regex DB
Submitted by
anonymous
-
5 years ago
0
SS# Regex v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
UEN regex
PCRE (PHP <7.3)
Determines if a company's Unique Entity Number is local (Singapore) for ESG FN
Submitted by
anonymous
-
5 years ago
0
js autocomplete
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Czech ZIP (PSČ)
PCRE (PHP <7.3)
Czech PSČ regexp
Submitted by
anonymous
-
5 years ago
1
...
469
470
471
472
473
...
649
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