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 3,840 community submitted regex patterns...
0
ynmo-target-name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
名称规则
ECMAScript (JavaScript)
只能匹配汉字,数字,字母
Submitted by
anonymous
-
5 years ago
0
Acronym_Central
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
OWTS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Facelift
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
regex test web url
ECMAScript (JavaScript)
regex test web url strarting from http, https, rtp, rtsp, udp with ://
Submitted by
anonymous
-
5 years ago
0
Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
path Patherns
ECMAScript (JavaScript)
Path Pathern for context path
Submitted by
anonymous
-
5 years ago
0
Version for ECMAScript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Version for ECMAScript with query strings
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Find string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Append https to URLs in JSON payload
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Youtube URLs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
LDAP DN
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Custom colors detection css
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
email validation (RFC 5322)
ECMAScript (JavaScript)
Tries to match RFC 5322 as well as possible
Submitted by
anonymous
-
5 years ago
0
Get raw url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Kenteken regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
122
123
124
125
126
...
192
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