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 2,640 community submitted regex patterns...
0
2d to in 2 days
Python
no description available
Submitted by
anonymous
-
5 years ago
0
URL match with any protocol like http,ftp, etc..
Python
no description available
Submitted by
anonymous
-
5 years ago
0
sportsstreams
Python
no description available
Submitted by
anonymous
-
5 years ago
0
PSMA
Python
PSMA interview code challenge
Submitted by
anonymous
-
5 years ago
0
sexxx & xxx
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Hylobatidae's clade
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Regex for apes
Python
no description available
Submitted by
anonymous
-
5 years ago
0
regex for the outgroup
Python
no description available
Submitted by
anonymous
-
5 years ago
0
outgroup-extracting last bootstrap vals.
Python
no description available
Submitted by
anonymous
-
5 years ago
0
outgroup-extracting last bootstrap vals.
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Address
Golang
for the demo 2019/09/27
Submitted by
anonymous
-
5 years ago
0
More complete UK address from psql
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
UK address extract the Postcode
Golang
for demo 2019/09/30
Submitted by
anonymous
-
5 years ago
0
Lookbehind for a word before capturing whitespaces
Python
no description available
Submitted by
anonymous
-
5 years ago
0
test
Python
no description available
Submitted by
anonymous
-
5 years ago
0
adjust space
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Character ID from different DnDbeyond URLs
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Golang Google UUID Validation
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
test
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Claimants BAT
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
25
26
27
28
29
...
132
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