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
TRye bracktres
Python
gfhtrgh
Submitted by
anonymous
-
2 years ago
0
Password, 8 chars, at least one special char
PCRE2 (PHP >=7.3)
Password, 8 chars, at least one special char
Submitted by
Roman Kocherezhchenko
-
2 years ago
0
Regex for Nigerian Phone Number
PCRE2 (PHP >=7.3)
As more and more nigerians get new phone numbers daily, the main telcom companies in Nigerian increase the varieties of numbers to accomodate this greater demand. This regex is needed to accomodate the new varieties of accessible numbers
Submitted by
anonymous
-
2 years ago
0
Cron Syntax
Java 8
This checks the syntax for CRON
Submitted by
Till Hummel
-
2 years ago
0
infinitivo verbos idênticos
ECMAScript (JavaScript)
infinitivo
Submitted by
anonymous
-
2 years ago
0
test
ECMAScript (JavaScript)
test
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
1
Regex de validação de número celular e fixo | JS (ECMAScript)
ECMAScript (JavaScript)
Regex validação número celular e fixo Somente números nacionais Com ou sem DDI 55 (com ou sem + e/ou 00) DDD obrigatório (com ou sem parênteses) Com ou sem Dígito 9...
Submitted by
anonymous
-
2 years ago
1
Regex de validação de número celular e fixo | PHP (PCRE2)
PCRE2 (PHP >=7.3)
Regex validação número celular e fixo Somente números nacionais Com ou sem DDI 55 (com ou sem + e/ou 00) DDD obrigatório (com ou sem parênteses) Com ou sem Dígito 9...
Submitted by
Danillo Dantas
-
2 years ago
1
Add commas between numbers
PCRE2 (PHP >=7.3)
This regex separates numbers with commas taking 0 into account.
Submitted by
anonymous
-
2 years ago
-1
Best REGEX for extracting FILENAME WITHOUT EXTENSION and EXTENSION from any Posix-like path (version 4)
PCRE (PHP <7.3)
Best REGEX for extracting FILENAME WITHOUT EXTENSION and EXTENSION from any Posix-like path (version 4)
Submitted by
anonymous
-
2 years ago
0
THE BEST RegEx for extracting filename without extension and extension from any path
PCRE (PHP <7.3)
THE BEST RegEx for extracting filename without extension and extension from any path
Submitted by
anonymous
-
2 years ago
0
Regex PH landline
PCRE2 (PHP >=7.3)
Regex PH landline (sample)
Submitted by
anonymous
-
2 years ago
0
MATCH NO HREF DE HTML
PCRE2 (PHP >=7.3)
Match em href do html
Submitted by
anonymous
-
2 years ago
-1
Bluerose order-code
PCRE2 (PHP >=7.3)
order-code 20220623-19563352 20220623-18261367 20220606-15484894 20220606-15484 20220606...
Submitted by
anonymous
-
2 years ago
0
test
ECMAScript (JavaScript)
o
Submitted by
k
-
2 years ago
0
Checker for specific key
PCRE2 (PHP >=7.3)
Checker for specific key
Submitted by
anonymous
-
2 years ago
0
Title RegEx
PCRE2 (PHP >=7.3)
Checks named titles like Mr., Mrs, Ms. prefixed to names
Submitted by
anonymous
-
2 years ago
0
Between brackets
PCRE2 (PHP >=7.3)
Get all values between brackets
Submitted by
aldo-f
-
2 years ago
0
IP (v4 and v6) check
ECMAScript (JavaScript)
This regexp match an ip address in v6 or v4 form. Included V6 compact form (:: in place of :0000:). Doesn't matches addresses range or mixed format (like y:y:y:y:y:y:x.x.x.x)
Submitted by
Emanuele Benedetti
-
2 years ago
(Last modified 2 years ago)
0
MSE Qualifier Regex
PCRE2 (PHP >=7.3)
Regular Expression for getting a Qualifier as defined by MapleMBSE
Submitted by
anonymous
-
2 years ago
1
...
128
129
130
131
132
...
902
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?!
.
*
?
[
.
]
{2}
)
[
a
-
z0
-
9
]
+
[
a
-
z0
-
9._%
\-
+
]
*
[
a
-
z0
-
9
]
@
[
a
-
z0
-
9
]
+
[
a
-
z0
-
9.-
]
*
[
a
-
z0
-
9
]
*
\.
[
a
-
z
]
{2,24}
$
/
Open regex in editor
Description
test
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)