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
ESET Data Framework domains OLD (DNS)
PCRE2 (PHP >=7.3)
Match (incl. old) ESET Data Framework domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
(Last modified 2 years ago)
0
ESET Data Framework domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET Data Framework domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
(Last modified 2 years ago)
0
ESET Repository domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET Repository domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
1
ESET PROTECT Cloud domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET PROTECT Cloud domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
0
ESET INSPECT Cloud domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET INSPECT Cloud domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
(Last modified 2 years ago)
1
ESET INSPECT Cloud domains (HTTP)
PCRE2 (PHP >=7.3)
Match ESET INSPECT Cloud domains for exclusion from HTTP logs
Submitted by
kernelmustard
-
2 years ago
(Last modified 2 years ago)
0
ESET Push Notification Service domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET Push Notification Service domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
0
ESET LiveGuard Advanced domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET LiveGuard Advanced domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
0
ESET Services domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET Services domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
(Last modified 2 years ago)
0
ESET ESET Online Help and Knowledgebase domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET ESET Online Help and Knowledgebase domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
0
ESET MSP Utility domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET MSP Utility domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
1
ESET DNS Load Balancer domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET DNS Load Balancer domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
0
Kaspersky Security Center update domains (DNS)
PCRE2 (PHP >=7.3)
Match Kaspersky Security Center update domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
0
Kaspersky Security Center update domains (TLS)
PCRE2 (PHP >=7.3)
Match Kaspersky Security Center update domains for exclusion from TLS logs
Submitted by
kernelmustard
-
2 years ago
0
Kaspersky Security Center KSN service domains (DNS)
PCRE2 (PHP >=7.3)
Match Kaspersky Security Center KSN service domains for exclusion from DNS logs
Submitted by
kernelmustard
-
2 years ago
1
TH̘Ë͖́̉ ͠P̯͍̭O̚N̐Y̡ H̸̡̪̯ͨ͊̽̅̾̎Ȩ̬̩̾͛ͪ̈́̀́͘ ̶̧̨̱̹̭̯ͧ̾ͬC̷̙̲̝͖ͭ̏ͥͮ͟Oͮ͏̮̪̝͍M̲̖͊̒ͪͩͬ̚̚͜Ȇ̴̟̟͙̞ͩ͌͝S̨̥̫͎̭ͯ̿̔̀ͅ
Python
This would appear to violate the premise of this famous StackOverflow answer, however this is not parsing as such, only matching or heuristic identification. Technically, all text is HTML if served to a browser in such a way that the browser chooses to interpret it that way, e.g. using a text/html ...
Submitted by
Alice Bevan-mcgregor
-
2 years ago
1
all email types
PCRE2 (PHP >=7.3)
work@ing.yes
Submitted by
Stormyz
-
2 years ago
1
check simple code
PCRE2 (PHP >=7.3)
Check simple codes between 1 and 5 numbers: 281, 81992, 18, 829a7, 8299192
Submitted by
Stormyz
-
2 years ago
1
Emails regex
PCRE2 (PHP >=7.3)
This regex will validate pretty much every mail that could exist. It allows aliases and tags in the mail, therefore the mail can contain one or more dots and/or "+" signs (Exemple: exemple.test.alias+tag+tag2). It also allows Internationalized Domain Names (IDNs) (Exemple: @café.com), subdomains (Ex...
Submitted by
Skyle
-
2 years ago
(Last modified 2 years ago)
1
identify and extract Laravel-style route parameters
PCRE2 (PHP >=7.3)
Extracts a table/model name, and optionally a column name. Enforces well-formed parameters. Tested with /category/{aYes:bYes}/{cYes}/{dNo:}/{eNo:/{:fNo}
Submitted by
Martin Holt
-
2 years ago
1
...
327
328
329
330
331
...
902
Community Library Entry
0
Regular Expression
Python
r"
gateway=
(
(
\d
{1,3}
(
\.
\d
{1,3}
){3}
,
)*
172
.
17
.
2
.
1
(
,
\d
{1,3}
(
\.
\d
{1,3}
){3}
)*
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago