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,960 community submitted regex patterns...
0
issue lookbehind
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Method definition to Moq It.IsAny call
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Babak Website regular expression
ECMAScript (JavaScript)
for websites
Submitted by
anonymous
-
5 years ago
0
数字+一位小数点正则替换
ECMAScript (JavaScript)
num = num .replace(reg1, '') .replace(reg2, '') .replace(reg3, '$1_') .replace('.', '') .replace('_', '.');
Submitted by
anonymous
-
5 years ago
0
https://stackoverflow.com/questions/50503122/regex-to-validate-the-conditions-evaluation-logic-which-is-defined-by-user/55913082#55913082
ECMAScript (JavaScript)
lol
Submitted by
piterden
-
3 years ago
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
1
...
124
125
126
127
128
...
198
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