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
Chase Bank Credit Card Transaction Parser
PCRE (PHP <7.3)
Chase Bank Credit Card Transaction Parser - Matches on transaction Date, Description, Amount, and (if it's a Chase Amazon card) the Amazon Order Numbers and total Amazon Rewards Points!
Submitted by
anonymous
-
5 years ago
0
Captura padrĂ£o e linha anterior e posterior
Python
no description available
Submitted by
anonymous
-
5 years ago
0
GS::MemoryIChannel ic (oc.GetDestination (), oc.GetDataSize ());
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
For Joe's work on Yard stay analysis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
PhoneNumber
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
E-mail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Aktien
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
dbox-fileline with HTML comment
ECMAScript (JavaScript)
dbox-fileline with HTML comments
Submitted by
anonymous
-
5 years ago
0
gcash
Python
Something to extract data from GCash SMS
Submitted by
anonymous
-
5 years ago
0
yyyy-mm-dd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email adres kdg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Nummerplaat belgie
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
BankrekeningNummer Belgie
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Telefoonnummer belgie
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
match word without dash
PCRE (PHP <7.3)
the whole word and nothing but the word
Submitted by
anonymous
-
5 years ago
0
homestate: Transition
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
kube-system:tunnel-front
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
301
302
303
304
305
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[^
-<>()
\[\]\\
.,;:
\s
@"
]
+
(
\.
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
)*
)
|
(
"
.
+
"
)
)
@
(
(
\[
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
]
)
|
(
(
[^
-
]
[
a
-
zA
-
Z
\-
0
-
9
]
+
\.
)+
[
a
-
zA
-
Z
]
{2,}
)
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago