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 4,880 community submitted regex patterns...
0
分组替换
Python
no description available
Submitted by
anonymous
-
4 years ago
0
分组替换升级版
Python
考虑开头重复的情况
Submitted by
anonymous
-
4 years ago
0
validate phone
Python
no description available
Submitted by
anonymous
-
4 years ago
0
regex email
Python
use for censor phonenumber in comment
Submitted by
anonymous
-
4 years ago
0
分组与断言
Python
no description available
Submitted by
anonymous
-
4 years ago
0
extract scipts and args from upgrade steps
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Inventario_ZTE
Python
Una muestra dle inventario de ZTE
Submitted by
anonymous
-
4 years ago
0
Mac IP
Python
no description available
Submitted by
anonymous
-
4 years ago
0
‘.’ operator
Python
. 运算符 匹配任意单个字符,但不匹配换行符。
Submitted by
anonymous
-
4 years ago
0
[x1-x2] /[x1x2...xn] char set
Python
在方括号中使用连字符来指定字符集的范围。 在方括号中的字符集不关心顺序。
Submitted by
anonymous
-
4 years ago
0
pre laycan
Python
no description available
Submitted by
anonymous
-
4 years ago
0
final laycan
Python
no description available
Submitted by
anonymous
-
4 years ago
0
each entry but without the entry
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Fe with 87 matches
Python
no description available
Submitted by
anonymous
-
4 years ago
0
New Poke
Python
no description available
Submitted by
anonymous
-
4 years ago
0
New Move
Python
no description available
Submitted by
anonymous
-
4 years ago
0
VALUE_UNIT
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Match Script Path
Python
no description available
Submitted by
anonymous
-
4 years ago
0
amqp
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
120
121
122
123
124
...
244
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
(?'col'
\D
)
(?'dig'
\d\d
)
)
$
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago