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,760 community submitted regex patterns...
0
Matches everything but digits and allows for one decimal point.
ECMAScript (JavaScript)
Matches everything but digits and allows for one decimal point. cannot start with a negative Allowed: 123...
Submitted by
Random Guy 70hz
-
3 years ago
0
QueryString and Datasource
ECMAScript (JavaScript)
asdasd
Submitted by
anonymous
-
3 years ago
0
pens
Python
testing
Submitted by
anonymous
-
3 years ago
0
71871164
Python
Stack overflow example
Submitted by
anonymous
-
3 years ago
0
Website Regex
ECMAScript (JavaScript)
Finds all website URLs
Submitted by
JohnnyJTH
-
3 years ago
0
原神圣遗物OCR副属性(中文简体)
Python
用于游戏“原神”的圣遗物OCR结果中的副属性识别
Submitted by
Wansn
-
3 years ago
0
Phone number regex
Python
REGEX to test various phone numbers
Submitted by
Drew Recker
-
3 years ago
0
#value # value
Python
account for comments
Submitted by
anonymous
-
3 years ago
0
CVE-2021-31805 (s2-062)
Python
\%[\s|\\r|\\n]\{[\s|\\r|\\n](?:[\s|\\r|\\n]*\(\#+\=+\)\.)
Submitted by
anonymous
-
3 years ago
0
get teacher url
ECMAScript (JavaScript)
will match ^/teacher//list$ ^/teacher//file/$ ^/teacher//info/$ ...
Submitted by
anonymous
-
3 years ago
0
Clean phone numbers
ECMAScript (JavaScript)
(204)555-5555 (204)-(555)-(5555) 204-555-5555 To: 2045555555
Submitted by
smitpatelx
-
3 years ago
0
LinkTree
Python
just to find linktree links in poirot
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
OS正则表达式
Java 8
zzx
Submitted by
zzx
-
3 years ago
0
DB
Java 8
DB
Submitted by
DB
-
3 years ago
0
matlab代码
Python
matlab代码
Submitted by
java
-
3 years ago
0
Default HTML5 with German Umlauts
ECMAScript (JavaScript)
Adds german special characters äöüß to the default HTML5 regex
Submitted by
mroettgen
-
3 years ago
0
括号匹配
Java 8
(\[]\])|(【】)|(())|(\(\))
Submitted by
nasion
-
3 years ago
0
JavaScript Parse CSS Selector
ECMAScript (JavaScript)
Parse CSS Selector in the form element#id.class into its components. Any of the three elements can be missing.
Submitted by
Mark
-
3 years ago
0
MyRegex
Python
"(\d+年\d+月\d+日).新增本土.确诊病例(\d+)例.无症状感染者(\d+)例.其中(\d+)例确诊病例为此前无症状.,(\d+)例确诊病例和(\d+)例无症状感染者.相关风险人群排查中发现"
Submitted by
Mark
-
3 years ago
0
Get First Name
ECMAScript (JavaScript)
Grab a first name from a full name string
Submitted by
Tom
-
3 years ago
1
...
252
253
254
255
256
...
288
Community Library Entry
0
Regular Expression
Python
r"
^\s
*
(?:
\+
?
(
\d
{1,3}
)
\s
*
)?
(
\s
?
\(
?
\d
{2}
\)
\s
?
)?
(
\s
?
[
-.
(
]
*
(
\d
{3}
)
[
-.
)
]
*
)?
(
(
\d
{3,4}
)
[
-.
]
*
(
\d
{2,5}
)
(?:
[
-.x
]
*
(
\d
+
)
)?
)
\s
*
$
"
gm
Open regex in editor
Description
REGEX to test various phone numbers
Submitted by
Drew Recker
-
3 years ago