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 3,640 community submitted regex patterns...
0
Finding All assets RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Validate App Proxy Url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Windows Hostname Validator
ECMAScript (JavaScript)
Windows Hostname Validator
Submitted by
anonymous
-
7 years ago
0
resource
ECMAScript (JavaScript)
Acceptable resources
Submitted by
anonymous
-
7 years ago
0
Digital Object Identifier (DOI)
ECMAScript (JavaScript)
Based on https://stackoverflow.com/questions/26313315/regex-to-match-doi-in-pdf-with-pypdf2
Submitted by
Tony Adams
-
7 years ago
0
Regex afirmacion español
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match all js/jsx/ts/tsx files except TS definition files
ECMAScript (JavaScript)
Match all js/jsx/ts/tsx files except TS definition files
Submitted by
gabro
-
7 years ago
0
红胆拖蓝二段
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Password
ECMAScript (JavaScript)
Password should have a Capital letter, a number (may or may not have special char)
Submitted by
stackoverflow
-
7 years ago
0
Angular commit
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
HP REGEX
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Vertices array to graph data for graph algorithms
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
alt days regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
only numbers csv
ECMAScript (JavaScript)
regex to match an only numbers csv
Submitted by
anonymous
-
7 years ago
0
test altDays
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
test altDays
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
MyMaths Tokens
ECMAScript (JavaScript)
no description available
Submitted by
Sriram R
-
6 years ago
0
show run parse interfaces (with configs)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
jvm core dump grab
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Match router ARP table
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
10
11
12
13
14
...
182
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