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
cisco_module_extractor
Python
no description available
Submitted by
anonymous
-
7 years ago
0
QT field parser for Exim logs
PCRE (PHP <7.3)
This will take the QT field from Exim mail routing logs and create QT_seconds, QT_minutes, QT_hours and QT_int
Submitted by
Matthew Slowe <M.Slowe@kent.ac.uk>
-
7 years ago
0
Extract number form a string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CUBE Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Interface short name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
all columns with specified aliases
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
vIDM No Barckets
Python
no description available
Submitted by
anonymous
-
7 years ago
0
vIDM With Brackets
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Ausblick Verben
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
mm/dd/yyyy leap year
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
dd-mm-yyyy leap year
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
dd-mm-yyyy leap year v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Matches a number sequence separated by a comma: 1234,1234,1234,1234
PCRE (PHP <7.3)
Matches a number sequence separated by a comma: 1234,1234,1234,1234 won't match: Letters If sequence ends with a comma...
Submitted by
Jordy van Domselaar <jordy.van.domselaar@outlook.com>
-
7 years ago
0
main() replacer
Python
replaces the main function from c
Submitted by
anonymous
-
7 years ago
0
clean regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
My script translator
PCRE (PHP <7.3)
pine script custom translator
Submitted by
Betty Megawati
-
7 years ago
0
regex 5000000 - 8999999
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
symbols and numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Plural (-zes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Plural (-ies)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
121
122
123
124
125
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
[
a
-
zA
-
Z0
-
9
\\
-
_
]
+
)
=
(
(
(
[
"'
]
)
(
(
\\
{2}
)*
|
(
.
*
?
[^
\\
]
(
\\
{2}
)*)
)
\4
)
|
[^
\s
,
]
+
)
[
,[
\s
]
*
]
?
/
mgiu
Open regex in editor
Description
Handful regex for parsing Authorization, WWW-Authenticate etc. headers
Submitted by
Alex Furnica
-
a year ago