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 6,140 community submitted regex patterns...
0
riley 3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
VBA Comment
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
enhanced path pattern 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
json regex masterpiece
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
BEM
ECMAScript (JavaScript)
A variety of BEM flavoured regex.
Submitted by
anonymous
-
5 years ago
0
path pattern with 10 versions
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ip4校验
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
REGEX - Find 10 digits, starting with '9'. Can contain white-spaces, but these should be ignored.
ECMAScript (JavaScript)
An invoice number always has 10 digits, starting with a '9' (e.g. '9400065741'). But a number should also be found if it contains white-spaces. These numbers should also be found: '9400065741' ' 94 00065741'...
Submitted by
anonymous
-
5 years ago
0
postcode both lower & upper case
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
positivehead_dollar
ECMAScript (JavaScript)
(?=\w{5,})(?=\D*\d{2}$)
Submitted by
anonymous
-
5 years ago
0
中文英文匹配规则
ECMAScript (JavaScript)
中文英文匹配规则
Submitted by
anonymous
-
5 years ago
0
Image Charts - chm
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
[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
Prefix CSS Selectors
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Password Validation
ECMAScript (JavaScript)
Checks that a password has a minimum of 6 characters, at least 1 uppercase letter, 1 lowercase letter, and 1 number with no spaces.
Submitted by
Christian Klemp
-
5 years ago
0
Namespace Declaration
ECMAScript (JavaScript)
like xxx="something" in
Submitted by
anonymous
-
5 years ago
0
Portugal / Portuguese License Plate (Matrícula - Placa)
ECMAScript (JavaScript)
Regex to recognize Vehicle License Plates in Portugal
Submitted by
anonymous
-
5 years ago
0
email address
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
170
171
172
173
174
...
307
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
{{
\s
?
(?:
\:
{1,2}
|
!
){1}
\s
?
(
[
a
-
zA
-
z0
-
9
\.
]
+
)
\s
?
(?:
\|
\s
?
(
\w
+
)
)?
\s
?
}}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago