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
Mot de passe robuste
PCRE (PHP <7.3)
(([a-zA-Z0-9])()([a-zA-Z0-9])().)
Submitted by
anonymous
-
5 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find (-) at beginning of line or (-) when preceded by whitespace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
multi-select with lookahead
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Fixed format for Customer Reference
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
check code
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Tests string if it is a valid number with or without its unit
ECMAScript (JavaScript)
Useful when working with css
Submitted by
anonymous
-
5 years ago
0
select file in http address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Captures only numbers with 2+ digits and excluding prefix 0's
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
attendance compromise
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Us phone regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Immatriculation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
FrameHeight
Python
Grab Frame Height
Submitted by
anonymous
-
5 years ago
0
Numero gsm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Operation arithmetique
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Missing Oxford Commas
PCRE (PHP <7.3)
Searches prose for lists lacking the serial/Oxford comma.
Submitted by
anonymous
-
5 years ago
0
Basic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
602
603
604
605
606
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
ds1
\-
uk
\-
rules
\-
[
1
-
3
]
|
fh
\-
uk11
)
\.
mailshell
\.
net
$
/
gmi
Open regex in editor
Description
Match ESET Mail Security Antispam module domains for exclusion from DNS logs
Submitted by
kernelmustard
-
a year ago
(Last modified a year ago)