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 5,540 community submitted regex patterns...
0
Ex1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Method definition to Moq It.IsAny call
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Macro
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Babak Website regular expression
ECMAScript (JavaScript)
for websites
Submitted by
anonymous
-
6 years ago
0
数字+一位小数点正则替换
ECMAScript (JavaScript)
num = num .replace(reg1, '') .replace(reg2, '') .replace(reg3, '$1_') .replace('.', '') .replace('_', '.');
Submitted by
anonymous
-
6 years ago
0
position L1
Python
no description available
Submitted by
anonymous
-
6 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
-
6 years ago
0
名称规则
ECMAScript (JavaScript)
只能匹配汉字,数字,字母
Submitted by
anonymous
-
6 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
-
6 years ago
0
Facelift
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
find words between tags
Python
Extract words between custom tags.
Submitted by
anonymous
-
6 years ago
0
regex test web url
ECMAScript (JavaScript)
regex test web url strarting from http, https, rtp, rtsp, udp with ://
Submitted by
anonymous
-
6 years ago
0
Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
SO user9371654
Python
https://stackoverflow.com/questions/56074417/how-to-exclude-words-in-regexp
Submitted by
anonymous
-
6 years ago
0
SOa user9371654
Python
https://stackoverflow.com/questions/56074417/how-to-exclude-words-in-regexp
Submitted by
anonymous
-
6 years ago
0
path Patherns
ECMAScript (JavaScript)
Path Pathern for context path
Submitted by
anonymous
-
6 years ago
0
P01
Python
"id": "P01", "description": "starting with # and then digits and hyphen and then digits and one or more space", "regex": "^#([\\d]+[-]+[\\d]+)\\s+([a-zA-Z0-9\\s*]+)$", "inputField": "preProcessedMerchantName", "outputField": "cleanMerchantName", "isCaseSensitiveMatch": "false",...
Submitted by
anonymous
-
6 years ago
1
...
170
171
172
173
174
...
277
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
[
a
-
zA
-
Z
\u0600-\u06FF
,(),%,
-
,_,*,#,/,!,?,
\s\d
]
[
\s\d
\a
-
zA
-
Z
\u0600-\u06FF
,(),%,
-
]
*
$
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago