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 9,640 community submitted regex patterns...
0
App Deployer FQDN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
匹配全角字符间的空格(考虑加粗)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
中文与西方文符间无空格(考虑加粗标记)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Beijing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match async OR defer in html page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match image build number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PESA TRENING 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Category
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Campegini
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PB Layout
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
old Blog Redirects
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
TPI kolos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
匹配节点
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
fortran_match_varname
PCRE (PHP <7.3)
check if matched is independent variable name, not part of
Submitted by
anonymous
-
4 years ago
0
Smartbox name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
POE hideout
PCRE (PHP <7.3)
Regex
Submitted by
anonymous
-
4 years ago
0
certs cash
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match all valid hashtags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
a link
PCRE (PHP <7.3)
Maginifying glass
Submitted by
anonymous
-
4 years ago
0
a123b
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
252
253
254
255
256
...
482
Community Library Entry
1
Regular Expression
Rust
r"
\b
[
(
]
?
(?P<areaCode>
\d
{3}
)
[
)
]
?
[
.-
]
(?P<phone>
\d
{3}
[
.-
]
\d
{4}
)
\b
"
gs
Open regex in editor
Description
not fully featured, but simple.
Submitted by
Jakersnell
-
a year ago