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
Extracting Location Name from Task Titles
PCRE (PHP <7.3)
no description available
Submitted by
Me
-
7 years ago
0
Host from URL
PCRE (PHP <7.3)
Pulling host domain from URL that can be in any format (protocol listed or not, path listed or not, IPv4 or 6 addresses, port)
Submitted by
Drew G
-
7 years ago
0
Validate App Proxy Url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Contraseña Fuerte
PCRE (PHP <7.3)
Valida que la contraseña deba estar compuesta por una mayúscula, minúscula y números con un rango de caracteres desde 8 hasta 16 dígitos. Ejemplo Aropd123 Argpd 123
Submitted by
Nelson Wandurraga
-
7 years ago
0
Validacion de placa
PCRE (PHP <7.3)
Este regente permite realizar la validación de una placa AAA111
Submitted by
Nelson Wandurraga
-
7 years ago
0
remove envelope and body tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Finding All assets RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Kaarten (d)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
выделяет строку в которой меньше 15 символов
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
выделяет строку в которой больше 15 символов
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Encuentra errores en diálogos de narrativa
Python
Esta expresión permite localizar la mayor parte de los errores que se comenten con las acotaciones de los diálogos.
Submitted by
Manuel Benet
-
7 years ago
0
extract mailto: mail address from link (<a>) tags
PCRE (PHP <7.3)
MATCH ANY YOUTUBE ID author : Michael CAILLET mi-ca v1.0 – 2017.08.13 This Regex match any mailto attribute and retrieve the [0]=>mailto link , [1]=>email address , [2]=>tag content
Submitted by
Michael CAILLET
-
7 years ago
0
OUTPUTS_DIR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
etaLearnW_enabled
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
lambdaRidgeK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extracting Title and Year from Movie
PCRE (PHP <7.3)
no description available
Submitted by
François Raminosona
-
7 years ago
0
CSS & JSON finding RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
finding case statements in select
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Max Matthiesen matching non-dist distributed css
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
574
575
576
577
578
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^.
(
[
cdhs
]
)
(
.
\1
)*
.
(
[
cdhs
]
)
(
.
\3
)*
.
(
[
cdhs
]
)
(
.
\5
)*
.
(
[
cdhs
]
)
(
.
\7
)*
/
m
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago