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
ICS_JP_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ICS_HR_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ICS_HU_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
S16_MeshNames2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
čísla 1-30
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
words group not in order
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
CKD - PDP Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CKD - PLP Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
words group not in order2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
VBA Local Const Statement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
VBA Type Content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Must contain at least {{min}} lowercase or uppercase letter
ECMAScript (JavaScript)
Source: stackoverflow.com/questions/42004440/regex-to-match-4-letters-in-a-string
Submitted by
anonymous
-
5 years ago
0
Must have at least {{min}} non-alpha character (number or a special character)
ECMAScript (JavaScript)
stackoverflow.com/questions/30648699/regular-expression-to-match-at-least-two-special-characters-in-any-order
Submitted by
anonymous
-
5 years ago
0
Regex unique characters
ECMAScript (JavaScript)
From: stackoverflow.com/questions/12870489/regex-to-match-a-word-with-unique-non-repeating-characters
Submitted by
anonymous
-
5 years ago
0
Must have at least {{min}} non-alpha character
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Discover xmlns prefix value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Bind of x (y …) M
PCRE (PHP <7.3)
Bind of x (y …) M
Submitted by
anonymous
-
5 years ago
0
EmailRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
PhoneRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ssnRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
582
583
584
585
586
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(?=
.
{8,}
)
(?=
.
*
[
a
-
zA
-
Z
]
)
(?=
.
*
[
0
-
9
]
)
(?=
.
*
[
§'
\"
|;¥¨<>?,`€!£°@#:$%{}
\-
_~^&+=*
\/
()
\[\]
]
)
.
*
$
/
Open regex in editor
Description
1 letter - 1 number - 1 special character
Submitted by
anonymous
-
8 years ago