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,020 community submitted regex patterns...
0
Kenyan phonenumber Regex
Python
Detects Kenyan Phonenumbers
Submitted by
anonymous
-
7 years ago
0
Australian phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
rabbitmq
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
haproxy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
To match hex colours
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Troy Brokenshire
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
پیدا کردن کلمات با آغاز حروف خاص
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Troy
Python
no description available
Submitted by
anonymous
-
7 years ago
0
match the start and the end of line
PCRE (PHP <7.3)
no description available
Submitted by
Edward
-
7 years ago
0
Trouver des commentaires
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex Invoice ZV06
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Disk usage
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract between parentheses
PCRE (PHP <7.3)
Extracts between parentheses - parentheses may be nested Test data Wind energy is the kinetic energy of air in motion, also called wind. Total wind energy flowing through an imaginary surface with area A during the time t is: {\displaystyle E={\frac {1}{2}}mv^{2}={\frac {1}{2}}(Avt\rho )v^{2}={\fr...
Submitted by
anonymous
-
7 years ago
0
Router_Interfaces
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Remove all parenthesis and all text within them
PCRE (PHP <7.3)
Removes all occurrrences of parenthesis () and whatever text is within them "text", eg.: ( text )
Submitted by
anonymous
-
7 years ago
0
Matches the full path to a file until the last slash or back slash, leaving just the filename itself unmatched
ECMAScript (JavaScript)
For instance in the string: /bla/di/bla/file.extention it would match: /bla/di/bla/
Submitted by
anonymous
-
7 years ago
0
Match last word in string
ECMAScript (JavaScript)
no description available
Submitted by
Isak
-
7 years ago
0
email
Python
no description available
Submitted by
anonymous
-
7 years ago
0
//
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
opuspBindPattern
PCRE (PHP <7.3)
opuspBindPattern
Submitted by
anonymous
-
7 years ago
1
...
441
442
443
444
445
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
A
-
Za
-
z0
-
9
]
[
\.\-\_
]
{0,1}
)+
(
[
A
-
Za
-
z0
-
9
]
)+
\@
(
[
A
-
Za
-
z0
-
9
]
)+
(
[
\.
]
{0,1}
)+
(
[
A
-
Za
-
z0
-
9
]
)+
\.
(
[
A
-
Za
-
z
]
{2,15}
)
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago