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
DBPedia-highest-level-entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
select between square bracket also the bracket
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
IPv4 address with description
Python
Match an IPv4 address and its description delimited by a 'newline' paragraph
Submitted by
edoz90
-
8 years ago
2
Find IP
PCRE (PHP <7.3)
Regex to match an IPv4 address at beginning
Submitted by
edoz90
-
8 years ago
1
1
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Windows Machine Name
ECMAScript (JavaScript)
Implements https://support.microsoft.com/en-us/kb/909264
Submitted by
Daniel Fisher (lennybacon)
-
8 years ago
1
slack command
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
nla
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Credit regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
DOI REGEX
ECMAScript (JavaScript)
hey
Submitted by
Aadi
-
8 years ago
1
SQL placeholder match
PCRE (PHP <7.3)
no description available
Submitted by
Andy Chentsov
-
8 years ago
1
Kadastr number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
double
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Email validation - Click Dimensions
ECMAScript (JavaScript)
Little bit specific. Created to comply with ClickDimensions email validation which does not follow the rules...
Submitted by
Aleksandar Perc
-
8 years ago
1
Time Zone
ECMAScript (JavaScript)
Time zone in either +01:54 format, or Australia/Sydney format
Submitted by
DT
-
8 years ago
1
regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
lista1
PCRE (PHP <7.3)
identificadores
Submitted by
LucasFranson_WesleyBernardo
-
8 years ago
1
Count Query
ECMAScript (JavaScript)
This query will match count query
Submitted by
Akshat jain
-
8 years ago
1
Telefonski broj EastEurope
PCRE (PHP <7.3)
Format broja za Balkan
Submitted by
Ja
-
8 years ago
1
Mercado
Python
Somente as primeiras palavras.
Submitted by
anonymous
-
8 years ago
1
...
642
643
644
645
646
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(?:
<
.
*
>
)
|
{
(
.
*
)
}
|
(
[
a
-
z0
-
9
]
+
)
/
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago