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,420 community submitted regex patterns...
0
rutracker markdown parser
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Azure Rules Engine -Anagular
Python
Test
Submitted by
anonymous
-
6 years ago
0
extraction with matching and non-matching groups
Python
extract operator and numbers from a typical product option line
Submitted by
anonymous
-
6 years ago
0
doi
Python
no description available
Submitted by
anonymous
-
6 years ago
0
url
Python
no description available
Submitted by
anonymous
-
6 years ago
0
ark
Python
no description available
Submitted by
anonymous
-
6 years ago
0
处理name
Python
找长名字电压等级
Submitted by
anonymous
-
6 years ago
0
git url
Python
no description available
Submitted by
anonymous
-
6 years ago
0
gunicorn access log parser
Python
no description available
Submitted by
anonymous
-
6 years ago
0
IPv4 matcher
Python
find all IPv4 addresses in text
Submitted by
anonymous
-
6 years ago
0
Выделение текста в определенном теге без учета переноса строки
Python
(?)(.*) (?=) Выделение текста в определенном теге без учета переноса строки
Submitted by
anonymous
-
6 years ago
0
Regexp HTML & CLosing
Python
no description available
Submitted by
anonymous
-
6 years ago
0
объединение двух результатов регулярных выражений
Python
((?)(.|\n|\s)?(?=))|((?)(.|\n|\s)?(?=))
Submitted by
anonymous
-
6 years ago
0
query.log
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Month (Alpha) and Day
Python
Three letter or full text month name (including Sept for September) with or without upper case first letter for month followed by one or two digit day with no intervening white space. examples: Jan10 february29 Sept15 ...
Submitted by
anonymous
-
6 years ago
0
NUEVO
Python
no description available
Submitted by
anonymous
-
6 years ago
0
cinecalidad
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Url match
Python
no description available
Submitted by
anonymous
-
6 years ago
0
phones_celleb
Python
no description available
Submitted by
anonymous
-
6 years ago
0
test_epoc
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
14
15
16
17
18
...
121
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