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
array redex recursion
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
String after $
ECMAScript (JavaScript)
Selects the string after the $ sign
Submitted by
anonymous
-
5 years ago
(Last modified 3 years ago)
0
exclude list of langs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
exclude list of langs in groups
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Abbvie - Get User Extension and UserName
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
SpaceIdentifierCode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
nametovalue
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Get document.cookie value by name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
GA Event Category Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
remove Data-*
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
(PA - REAL PARQUE(?s)(.*)mon\n999(?#Limpa o cabeƧalho do Slip))
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Check text domain presence in WordPress i18n
PCRE (PHP <7.3)
In a WordPress project, when you miss the text domain in i18n functions, the strings will not be translated. With this regex you can check if the i18n functions __() and _e() have their text domain, and eventually use the substitution provided for adding it.
Submitted by
anonymous
-
5 years ago
0
Lead Gen Event Label Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
mayfield 2
Python
no description available
Submitted by
anonymous
-
5 years ago
0
riley 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
riley 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
riley 3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
mayfield 12
Python
no description available
Submitted by
anonymous
-
5 years ago
0
strip html tag
PCRE (PHP <7.3)
strip html tag
Submitted by
anonymous
-
5 years ago
0
Palabras que no contienen at
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
209
210
211
212
213
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
\n
|
\s
)
(?:
(?:
\+
?
(
\d
{1}
|
\d
{2}
|
\d
{3}
)
\s
*
)
\s
*
(?:
\(
\s
*
(
\d
{1}
|
\d
{2}
|
\d
{3}
)
\s
*
\)
|
(
\d
{1,3}
)
)
\s
*
\-
?
(?:
\(
\s
*
(
\d
{1,3}
)
\s
*
\)
|
(
\d
{3}
)
)
\s
*
\-
?
(?:
\d
{2}
\s
*
\-
?
\d
{2}
)
)
/
gm
Open regex in editor
Description
My own regex for telephone number for my task
Submitted by
anonymous
-
6 years ago