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...
1
Cleaning up epub converts
PCRE (PHP <7.3)
no description available
Submitted by
Cory
-
9 years ago
1
aabc lazy capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Category and subitems
Python
Categories with items name, type and size
Submitted by
Alex
-
9 years ago
0
CSV parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Emoji detection for JavaScript
ECMAScript (JavaScript)
Emoji symbols character sets (added \s and +) based on https://github.com/franklsf95/ruby-emoji-regex
Submitted by
Yovav Gad
-
9 years ago
1
C2D: Outbound_id
PCRE (PHP <7.3)
no description available
Submitted by
EnigmaSoft
-
9 years ago
1
C2D: Callee
PCRE (PHP <7.3)
agent extension external agent
Submitted by
EnigmaSoft
-
9 years ago
1
C2D: Callee
PCRE (PHP <7.3)
no description available
Submitted by
EnigmaSoft
-
9 years ago
1
C2D: Call reference
PCRE (PHP <7.3)
no description available
Submitted by
EnigmaSoft
-
9 years ago
0
XenForo Add version Number to Footer
PCRE (PHP <7.3)
If using XenForo create a TMS (template adaption) for 'footer', select RegExp and enter this. Possibly you have to replace the \n in the substitution with real new lines so just press enter there.
Submitted by
rugk
-
9 years ago
1
Regex subtitle Add
PCRE (PHP <7.3)
Add 9 seconds to subtitle timing with Regex if feasible.
Submitted by
V.S.
-
9 years ago
1
open_knowledge
PCRE (PHP <7.3)
no description available
Submitted by
stephan.mueller@openknowledge.de
-
9 years ago
1
polish post code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
catch Loadcase Name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
UAE phone numbers
PCRE (PHP <7.3)
no description available
Submitted by
sathik ali
-
9 years ago
1
url validation
PCRE (PHP <7.3)
matches http/https/www or without, also validates encoded
Submitted by
_sss_
-
9 years ago
1
Worldmodel ID
PCRE (PHP <7.3)
Matches any worldmodel ID, and captures the class and instance numbers.
Submitted by
J. Van Schoor
-
9 years ago
1
Publicidad
PCRE (PHP <7.3)
Expresion regular para encontrar la palabra publicidad en los correos.
Submitted by
ajnocdor
-
9 years ago
1
Phone number
PCRE (PHP <7.3)
U.S. Phone number with optional area code.
Submitted by
anonymous
-
9 years ago
1
Word plus anyword
ECMAScript (JavaScript)
no description available
Submitted by
/ HJ
-
9 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