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,040 community submitted regex patterns...
0
valid email with empty value and 1 .com
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
select domains from expireddomains
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
domain_check
Python
check if a gives string is a domain 检查一个给定的字符串是不是域名
Submitted by
anonymous
-
4 years ago
0
superscript notes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
select per lines
Python
lawbyte
Submitted by
anonymous
-
4 years ago
0
select 2 lines
Python
no description available
Submitted by
anonymous
-
4 years ago
0
select 200 lines
Python
no description available
Submitted by
anonymous
-
4 years ago
0
validate saudi mobile numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
russian number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
PSR-16 Cache Key
PCRE (PHP <7.3)
https://www.php-fig.org/psr/psr-16/ Key - A string of at least one character that uniquely identifies a cached item. Implementing libraries MUST support keys consisting of the characters A-Z, a-z, 0-9, _, and . in any order in UTF-8 encoding and a length of up to 64 characters. Implementing libr...
Submitted by
anonymous
-
4 years ago
0
Match shell (sh / bash) shebangs
Python
This matches shell shebangs (bash / sh). It could be used e.g. to find shell files (via grep -m1 -EIrl '').
Submitted by
anonymous
-
4 years ago
0
find host + key from map
Python
no description available
Submitted by
anonymous
-
4 years ago
0
CODE field (numbers, capitals and dash (-))
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Capturing group
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
匹配<>中的字符
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
url match with full match
Python
dxdx
Submitted by
anonymous
-
4 years ago
0
ПОДЛЕСОК
Java 8
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 6 months ago)
0
Eastlink Account retrieve with locationId
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Eastlink Account retrieve with locationId
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Eastlink Modem Get Equipment location
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
276
277
278
279
280
...
902
Community Library Entry
0
Regular Expression
Python
r"
gateway=
(
(
\d
{1,3}
(
\.
\d
{1,3}
){3}
,
)*
172
.
17
.
2
.
1
(
,
\d
{1,3}
(
\.
\d
{1,3}
){3}
)*
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago