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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,820 community submitted regex patterns...
0
Piso
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Pozo
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Baulera
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Lavadero
Python
no description available
Submitted by
anonymous
-
4 years ago
0
PH
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Cisco CLI Errors
Python
no description available
Submitted by
anonymous
-
4 years ago
0
gondor IP
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Teads
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
tag standard
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Lexr Scheme
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Jest
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Numerical Values
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Words that contains foo or bar, but not spam or eggs
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Account Numbers between ()
ECMAScript (JavaScript)
Find account numbers between () of any length including where they include . or - or /
Submitted by
anonymous
-
4 years ago
0
Accented / Diacritics
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
IPv4 Valid RFC1918 Addresses
ECMAScript (JavaScript)
This will match valid IP addresses which are listed in RFC1918. 127.0.0.0 - 127.255.255.255 10.0.0.0 - 10.255.255.255 192.168.0.0 - 192.168.255.255 172.16.0.0 - 172.31.255.255
Submitted by
anonymous
-
4 years ago
0
The outlier's number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
virsh list parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
virsh dommemstat parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
99
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
118
119
120
121
122
...
291
PostfixParser
0
Regular Expression
Python
r"
to=<
(?P<email>
\S
+
)
>,
\s
relay=
(?!
10
\.
10
\.
10
\.
)
(?P<relay>
\S
+
)
,
.
+
dsn=
(?P<dsn>
\d
+
\.
\d
+
\.
\d
+
)
,
\s
status=
(?!
sent
)
(?P<status>
\w
)
\w
+
\s
\(
(?:
host
\s\S
+
\[
\S
+
\]
\s
said:
\s
)?
(?P<code>
\d
{3}
)?
"
g
Open regex in editor
Description
Full regex for failed sendings
Submitted by
anonymous
-
8 years ago