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,920 community submitted regex patterns...
0
calibre 3
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CPF
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
CNPJ
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
RG
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
CNH
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Address (line)
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Address (Paragraph)
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
MatchCzB2B
PCRE2 (PHP >=7.3)
no description available
Submitted by
raymond
-
4 years ago
0
SCIP nummer
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
select digit
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Credit Cards
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Check version YY.MM.DD.Increment
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
A name of a csv file in digits 6 chars long, 10 chars in total
PCRE2 (PHP >=7.3)
Find any flaws? ignore case = true global = false "123456.csv" assert true
Submitted by
anonymous
-
4 years ago
0
head <link> parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Master Spark URL validation
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Movie Titles
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
DocRefIdType
PCRE2 (PHP >=7.3)
Een unieke naam ter identificatie van het document.
Submitted by
M Meerkerk
-
4 years ago
(Last modified 4 years ago)
0
Phone number pseudo-check (checks the minimum number of digits)
PCRE2 (PHP >=7.3)
7 digits in this case
Submitted by
Hohanoff
-
4 years ago
0
Versioned Git Branch
PCRE2 (PHP >=7.3)
Branch versions of the from Number.Number.Number
Submitted by
anonymous
-
4 years ago
0
match secrets in config file with one exp with 3 groups
PCRE2 (PHP >=7.3)
no description available
Submitted by
dilnix
-
4 years ago
1
...
10
11
12
13
14
...
146
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