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
中文英文匹配规则
ECMAScript (JavaScript)
中文英文匹配规则
Submitted by
anonymous
-
5 years ago
0
naming conv
PCRE (PHP <7.3)
/^(BSR_+[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|1-2|3[0-1])T|01)0-50-5)+(.csv)$/gm;
Submitted by
anonymous
-
5 years ago
0
naming conv
PCRE (PHP <7.3)
/^(BSR_+[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|1-2|3[0-1])T|01)0-50-5)+(.csv)$/gm;
Submitted by
anonymous
-
5 years ago
0
iostat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Policy N
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
password checker
PCRE (PHP <7.3)
ckeck password
Submitted by
anonymous
-
5 years ago
0
Convert camel case to snake case
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Sentencia fallo
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Youtube URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Image Charts - chm
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
UK Postcode
PCRE (PHP <7.3)
Accepts full and sector level UK postcode
Submitted by
anonymous
-
5 years ago
0
MI LIQUOR DIST LIC CODES
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Swap MM/DD/YYYY to DD/MM/YYYY
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find //Character entries
ECMAScript (JavaScript)
^(\/\/)(?![\ ])(\w)*
Submitted by
anonymous
-
5 years ago
0
[Ethias] Old File Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
[Ethias] Informex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
First instance judge
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن متراژ
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن قیمت
Python
no description available
Submitted by
anonymous
-
5 years ago
0
iostat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
595
596
597
598
599
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?<!
\w
)
(?:
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
)
(?<!
\w
)
(?:
0
[
238
]
|
8
[
23458
]
)
\d
{5}
(?!
\w
)
/
gmi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago