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
Timestamp - yyyy/MM/dd HH:mm:ss
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Timestamp - yyyy-MM-dd HH:mm:ss
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
XML: find full entry for specific key type
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
External Account Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Parse openreader urls
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
js sql Group by parameter (first groupby)
PCRE (PHP <7.3)
Insert GROUP BY statement for parameter (if there is no "GROUP BY" yet)
Submitted by
anonymous
-
6 years ago
0
js sql Group by parameter (first groupby)
PCRE (PHP <7.3)
Insert GROUP BY statement for a parameter (if no previous "GROUP BY" is present)
Submitted by
anonymous
-
6 years ago
0
js sql Group by parameter (second or more groupby)
PCRE (PHP <7.3)
Insert GROUP BY statement for parameter (if there is already another "GROUP BY")
Submitted by
anonymous
-
6 years ago
0
js sql Find all occurences of parameter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
paragrafo seguido de numero
PCRE (PHP <7.3)
Matches ::: paragrafo6o par123 par 89 par.21...
Submitted by
anonymous
-
6 years ago
0
VBA Create collection from list
ECMAScript (JavaScript)
Creates a variable of type Collection and adds listed items to it
Submitted by
anonymous
-
6 years ago
0
Date yyyy/mm/dd with leap years validations
PCRE (PHP <7.3)
2018/08/14
Submitted by
anonymous
-
6 years ago
0
Rosti original
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Reimage
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Hotswap
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
WebEx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Email Validation
PCRE (PHP <7.3)
E-Mail Validation in forms PHP regex
Submitted by
anonymous
-
6 years ago
0
Phone Number Validation
PCRE (PHP <7.3)
Phone Number Validation
Submitted by
anonymous
-
6 years ago
0
Facebook profile ID
PCRE (PHP <7.3)
Isolate Profile ID from Facebook URL Still requires: Cutting of remainder of URL from first occurrence of '&'
Submitted by
anonymous
-
6 years ago
1
...
198
199
200
201
202
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
from:
\s
*
"
+
\s
*
[
a
-
zA
-
Z
]
*
+
\s
*
"
\s
*
,
\s
*
to:
\s
*
"
\s
*
[
a
-
zA
-
Z
]
*
\s
*
"
\s
*
,
\s
*
content:
\s
*
"
\s
*
[
a
-
zA
-
Z
]
*
\s
*
"
\s
*
/
gm
Open regex in editor
Description
strings represent messages in the form: from: "Sender", to: "Receiver", content: "Payload"
Submitted by
anonymous
-
3 years ago