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
E-mail
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
PhoneNumber
PCRE (PHP <7.3)
no description available
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
For Joe's work on Yard stay analysis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
-1
string-escape JSON
PCRE (PHP <7.3)
no description available
Submitted by
Narvey
-
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
special characters check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
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
oomovie part 2
Python
no description available
Submitted by
anonymous
-
5 years ago
0
./configure parser
PCRE (PHP <7.3)
output from zsh configure
Submitted by
anonymous
-
5 years ago
0
NM NAV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Start of log message
PCRE (PHP <7.3)
The expresiion detects start of multilane log message.
Submitted by
anonymous
-
5 years ago
0
Call-ID
Python
no description available
Submitted by
anonymous
-
5 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
remove everything before a specific string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
UBoard Regex
PCRE (PHP <7.3)
Response Parsing for UBoard Commands
Submitted by
anonymous
-
5 years ago
0
Validate domain
Python
Validate that the string is a domain name (internationalization supported)
Submitted by
anonymous
-
5 years ago
0
gits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
my
Golang
no description available
Submitted by
anonymous
-
5 years ago
1
...
375
376
377
378
379
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
\w
+
,
)*
(
\w
+
)
\s
+
(
\w
+
\d
{6}
,
)*
(
\w
*
\d
{6}
)
/
gmu
Open regex in editor
Description
grab address
Submitted by
anonymous
-
4 years ago