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,020 community submitted regex patterns...
0
images_extension
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
jelszó
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
teszt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
hl-skifox
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
CSS Hex Color
ECMAScript (JavaScript)
CSS Hex Color Regex for JS Supports alpha value (4 and 8 character hex codes) introduced in CSS Color Module Level 4 Well tested
Submitted by
anonymous
-
5 years ago
1
CSS RGB Color
ECMAScript (JavaScript)
CSS RGB Color Regex for JS Supports RGB and RGBA syntax (identical in CSS Color Module Level 4) Well tested Allows for decimal values Currently does not support percentage values or CSS Color Module Level 4 white-space syntax
Submitted by
anonymous
-
5 years ago
0
bad regex URL catching
Python
no description available
Submitted by
anonymous
-
5 years ago
0
CACI Delete Prompt Response
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CACI Get Prompt Info
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
KalliopePBX v4 X-authenticate header validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
US Patent pulication number
Python
no description available
Submitted by
anonymous
-
5 years ago
0
VBA String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Miningpoolstats
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Brackets Recurse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
China Citizen ID
Python
中国居民身份证号码
Submitted by
anonymous
-
5 years ago
0
ChinaPatentNumber
Python
中国专利申请号/专利号
Submitted by
anonymous
-
5 years ago
0
Аббревиатуры
Python
no description available
Submitted by
anonymous
-
5 years ago
0
something - anything - something
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Ip
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Ip
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
418
419
420
421
422
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?=
.
*
\d
)
(?=
.
*
[
a
-
z
]
)
(?=
.
*
[
A
-
Z
]
)
.
{8,}
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago