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 18,000 community submitted regex patterns...
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
Name Check
ECMAScript (JavaScript)
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
S3 Bucket Info Extractor
ECMAScript (JavaScript)
This one gets from a S3 Bucket URL the bucket name, the zone, and the key
Submitted by
anonymous
-
4 years ago
0
分组替换
Python
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
分组替换升级版
Python
考虑开头重复的情况
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
Trova la prima lettera nel nome di un file e la mette in maiuscolo
ECMAScript (JavaScript)
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
validate phone
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Check Thai character for the last name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
306
307
308
309
310
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
[
0
-
9
]
+
)
\.
(
[
0
-
9
]
+
)
\.
(
[
0
-
9
]
+
)
(?:
-
(
[
0
-
9A
-
Za
-
z-
]
+
(?:
\.
[
0
-
9A
-
Za
-
z-
]
+
)*
)
)?
(?:
\+
[
0
-
9A
-
Za
-
z-
]
+
)?
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago