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 12,160 community submitted regex patterns...
0
US Phone Number
PCRE (PHP <7.3)
Enhanced US Phone Number to reduce false positives.
Submitted by
anonymous
-
5 years ago
0
Min
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
US Phone Number
PCRE (PHP <7.3)
Phone Number from the USA and similar countries using the a single-digit country code (optionally).
Submitted by
Timothy Stam
-
5 years ago
0
transform regex
Golang
vault sync
Submitted by
anonymous
-
5 years ago
0
Token Key/Value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Key/value using :
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Key/value using =
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Key / Value based off =&
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MM NRC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
VIN Validator
PCRE (PHP <7.3)
Rules: MUST have 17 alphanumeric letters except I, O, and Q to avoid confusion Position 9 is the check digit 0-9 and X (10)
Submitted by
anonymous
-
5 years ago
0
Sophos UTM
PCRE (PHP <7.3)
welsh blood
Submitted by
anonymous
-
5 years ago
0
1 A-Z, unlimited numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
1 A-Z, unlimited numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Ad-Din Picker Solved Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Checkpoint firewall critical
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Terraform module extraction
PCRE (PHP <7.3)
This regex looks at our terraform build- pipeline jobs and extracts out the fields we need to perform analysis in splunk
Submitted by
anonymous
-
5 years ago
0
Terraform resource ID
PCRE (PHP <7.3)
Grabs the resource ID in terraform job logs
Submitted by
anonymous
-
5 years ago
0
vin match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
car_info_additional
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
car info add
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
187
188
189
190
191
...
608
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