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,040 community submitted regex patterns...
0
[Ethias] Old File Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Find //Character entries
ECMAScript (JavaScript)
^(\/\/)(?![\ ])(\w)*
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
MI LIQUOR DIST LIC CODES
Python
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
1
E.164 Phone Number Validator
ECMAScript (JavaScript)
Regex validator for the phone number based on E.164 standard
Submitted by
anonymous
-
5 years ago
0
Image Charts - chm
ECMAScript (JavaScript)
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
Sentencia fallo
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Convert camel case to snake case
Python
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
Policy N
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
EPF Account Number regex
PCRE (PHP <7.3)
matches the format of EPF number. For further details visit here https://www.bankbazaar.com/saving-schemes/all-about-the-employee-pf-account-number.html#format
Submitted by
anonymous
-
5 years ago
0
iostat
PCRE (PHP <7.3)
no description available
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
中文英文匹配规则
ECMAScript (JavaScript)
中文英文匹配规则
Submitted by
anonymous
-
5 years ago
0
car info add
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
car_info_additional
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
vin match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
406
407
408
409
410
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
BSR_
+
[
0
-
9
]
{4}
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
(
0
[
1
-
9
]
|
[
1
-
2
]
[
0
-
9
]
|
3
[
0
-
1
]
)
[
T
]
(
2
[
0
-
3
]
|
[
01
]
[
0
-
9
]
)
[
0
-
5
]
[
0
-
9
]
[
0
-
5
]
[
0
-
9
]
)+
(
.
csv
)
$
/
gm
Open regex in editor
Description
/^(BSR_+[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])
T
[0-5][0-9][0-5][0-9])+(.csv)$/gm;
Submitted by
anonymous
-
5 years ago