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...
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
Router_Interfaces
Python
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
Disk usage
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
Trouver des commentaires
PCRE (PHP <7.3)
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
Troy
Python
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 Brokenshire
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
haproxy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Australian phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Kenyan phonenumber Regex
Python
Detects Kenyan Phonenumbers
Submitted by
anonymous
-
7 years ago
0
Homepage - Hasbro.com
PCRE (PHP <7.3)
number range accommodates the locale, otherwise it was taking anything that eventually ended in the "/"
Submitted by
anonymous
-
7 years ago
0
postgresql - transactions
PCRE (PHP <7.3)
Postgresql .log - ERROR/DETAIL/STATEMENT
Submitted by
anonymous
-
7 years ago
0
postgresql
PCRE (PHP <7.3)
another postgreslq log
Submitted by
anonymous
-
7 years ago
0
postgresql
PCRE (PHP <7.3)
Postgresql .log - ERROR/DETAIL/STATEMENT
Submitted by
anonymous
-
7 years ago
1
Ansible Rendered Configs from STDOUT
PCRE (PHP <7.3)
Ansible Rendered Configs from STDOUT
Submitted by
gmaddock
-
7 years ago
0
pacemaker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
566
567
568
569
570
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[
1
-
9
]
\d
{0,3}
|
[
1
-
5
]
\d
{4}
|
6
[
0
-
4
]
\d
{3}
|
65
[
0
-
4
]
\d
{2}
|
655
[
0
-
2
]
\d
|
6553
[
0
-
5
]
)
)
$
/
Open regex in editor
Description
validates TCP/UDP port number (1..65535)
Submitted by
sanchox
-
10 years ago