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 18,000 community submitted regex patterns...
1
Log Scan Sample
PCRE (PHP <7.3)
no description available
Submitted by
sdf
-
4 years ago
1
Case IDs and whitespace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
expression for mike
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
FR Anti Ancient Gene Search
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Domain from URL
PCRE (PHP <7.3)
Matches everything before after // or www and before a period. If needed, replace the matched elements with blanks.
Submitted by
anonymous
-
4 years ago
1
URL Domain Extractor
ECMAScript (JavaScript)
Extracts and returns the domain name from a given URL.
Submitted by
anonymous
-
4 years ago
1
Match table head and body
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Get table rows
Python
no description available
Submitted by
anonymous
-
4 years ago
1
token
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Account Password Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Number with format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Pesquisa palavras inicio e fim
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Group 1 und Group 2 erkennen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
FIND NUMBERS IN STRING
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Valid URL RegEx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Extract domain from URL
PCRE (PHP <7.3)
'www.xakep.ru' === xakep 'http://github.com/carbonfive/raygun' === github 'https://www.cnet.com' === cnet 'xewveqmwcz90sl64.co/' === xewveqmwcz90sl64
Submitted by
anonymous
-
4 years ago
1
NS:Task2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date,time extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email Check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Почти идеальный фильтр матов
PCRE (PHP <7.3)
Поиск матов в тексте
Submitted by
anonymous
-
4 years ago
1
...
249
250
251
252
253
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
§§
[
0
-
9
]
+
f
{1,2}
\.
|
§
[
0
-
9
]
+
)
Abs
\.
[
0
-
9
]
+
(
Z
[
0
-
9
]
+
|
lit
[
a
-
z
]
)
(
sublit
[
ivx
]
+
)?
[
A
-
Z
]
[
A
-
Za
-
z
]
*
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago