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 9,420 community submitted regex patterns...
0
Google Tag Manager match non built-in events
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FileName and Path name
PCRE (PHP <7.3)
Checks for existence of particular file name extension or path structure
Submitted by
Gundlupet Sreenidhi
-
6 years ago
0
Vendor extraction from sender domain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
kwas regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capture HOST from snmptrapd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
behind number is great than front number
PCRE (PHP <7.3)
后面的数字大于前面的数字
Submitted by
anonymous
-
6 years ago
0
Распаарсить строку
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Strong password validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
URL match with specific string pattern
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex link group Facebook
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
006 - PaloAlto Threat url CSV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
WarningF5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
AIR Nedbank IFTTT parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
get trailing zeros
PCRE (PHP <7.3)
Match trailing zeros
Submitted by
anonymous
-
6 years ago
0
Parse Adresse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
case1
PCRE (PHP <7.3)
RegEx case1
Submitted by
anonymous
-
6 years ago
0
Select line-height in em
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Artikelpagina op Klasse.be
PCRE (PHP <7.3)
Filter pagina's op klasse.be op enkel artikels aan de hand van node.
Submitted by
anonymous
-
6 years ago
0
Melhoria #30325 Busca os campos configurados depois da propriedade
PCRE (PHP <7.3)
Busca os campos configurados depois da propriedade
Submitted by
anonymous
-
6 years ago
0
Western Video Auction
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
113
114
115
116
117
...
471
Community Library Entry
3
Regular Expression
Golang
`
(?i)
^
(?:
(
[
a
-
z0
-
9-
]
+
|
\*
)
\.
)?
(
[
a
-
z0
-
9-
]
{1,61}
)
\.
(
[
a
-
z0
-
9
]
{2,7}
)
$
`
gm
Open regex in editor
Description
Validates subdomain, root domain, and wild card domains
Submitted by
AnonymousDapper
-
8 years ago