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,040 community submitted regex patterns...
0
Windows DHCP logs parsing
PCRE (PHP <7.3)
This regex parses events in DHCP logs of Windows DHCP server
Submitted by
anonymous
-
8 years ago
0
IPv4 validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
YouTube video ID
PCRE (PHP <7.3)
Finds a YouTube video ID given a YouTube URL
Submitted by
Lasnv
-
8 years ago
0
telefono argentina, variantes de código de área.
PCRE (PHP <7.3)
no description available
Submitted by
adepaola
-
8 years ago
0
Verificación de teléfonos de argentina, con posibilidad de poner el 15
PCRE (PHP <7.3)
Verifica que el número tenga 2, 3 o 4 caracteres numéricos para el código de área y, respectivamente, 4, 3 o 2 caracteres para la primera parte del resto del número. El 15, espacio, punto o guión son opcionales, los paréntesis para el código de área no.
Submitted by
Alberto de Paola
-
8 years ago
-1
Cock Regex Checker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Credit Expri
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Command compressor
ECMAScript (JavaScript)
no description available
Submitted by
Chewey
-
8 years ago
0
multi capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
EQD drawfriend comments number search
ECMAScript (JavaScript)
Used to search through the comments under the drawfriend post for numbers related to the images
Submitted by
RakTom
-
8 years ago
0
exemple replace with var
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Trocar propriedade
PCRE (PHP <7.3)
Troca propriedade no DFM
Submitted by
anonymous
-
8 years ago
0
Alterar propriedade no DFM alterando também o valor da mesma
PCRE (PHP <7.3)
Alterar propriedade no DFM alterando também o valor da mesma
Submitted by
anonymous
-
8 years ago
0
this regex correctly matches a ticket number
PCRE (PHP <7.3)
[T]\d{7} e.g. Re: MESSAGE - OPEN: 12329/T1001246 fully formed https://regex101.com/r/pBsKGU/1
Submitted by
anonymous
-
8 years ago
0
skdb profiel
PCRE (PHP <7.3)
no description available
Submitted by
spreling
-
8 years ago
0
SV Web Api Log
PCRE (PHP <7.3)
SV Web Api Log
Submitted by
Garry West
-
8 years ago
0
match any path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
match local path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
file extension
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
390
391
392
393
394
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\d
{1,2}
)
,
(
\d
{1,2}
\/
\d
{1,2}
\/
\d
{1,2}
)
,
(
\d
{1,2}
\:
\d
{1,2}
\:
\d
{1,2}
)
,
(
[
\w
]
+
(
\s\w
+
)*
)
,
(
(
\d
{1,3}
)
(
\.
\d
{1,3}
){3}
)?
,
(
[
\w
|
\.
]
+
)?
,
(
[
A
-
F|a
-
f|0
-
9
]
{12}
)?
,
(
.
*
)
/
g
Open regex in editor
Description
This regex parses events in DHCP logs of Windows DHCP server
Submitted by
anonymous
-
8 years ago