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 9,640 community submitted regex patterns...
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
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
opuspBindPattern
PCRE (PHP <7.3)
opuspBindPattern
Submitted by
anonymous
-
7 years ago
0
obp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
sbp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
RFC 3986 IPv6 Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Human temperature, from 36 to 43 celsius degrees
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
%PIX-6-302014
PCRE (PHP <7.3)
Teardown TCP Connection
Submitted by
anonymous
-
7 years ago
0
%PIX-6-302016
PCRE (PHP <7.3)
Teardown UDP Connection
Submitted by
anonymous
-
7 years ago
0
%PIX-6-302015
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Example 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Negative floating point
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PIX-6-302013 (Built inbound/outbound TCP connections)
PCRE (PHP <7.3)
Updated Version
Submitted by
anonymous
-
7 years ago
0
PIX-6-302021 (Teardown ICMP connection)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PIX-6-302020 (Inbound/Outbound ICMP connections)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PIX-6-302010(in use/most use) V2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
xxx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
remove span - simple version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Perfect email validation regular expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Check image url
PCRE (PHP <7.3)
Expresion regular para validar url de imagen
Submitted by
CaosMaster88
-
7 years ago
1
...
252
253
254
255
256
...
482
Community Library Entry
1
Regular Expression
Rust
r"
\b
[
(
]
?
(?P<areaCode>
\d
{3}
)
[
)
]
?
[
.-
]
(?P<phone>
\d
{3}
[
.-
]
\d
{4}
)
\b
"
gs
Open regex in editor
Description
not fully featured, but simple.
Submitted by
Jakersnell
-
a year ago