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
imp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Brighthouse get User email address and Role name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FINAL TURBO CLASS REGEX
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ALLOCATION REMOVAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
VARIABLE CLASS PARSING
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
COMMENTS REMOVAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
PCS Status - Master/slave sets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
License splicing
PCRE (PHP <7.3)
Split Dutch license plates on changes between numbers and letters. Groups of four characters has to be split afterwards to support the old formats.
Submitted by
anonymous
-
6 years ago
0
ARRAY VARIABLES PARSING
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matches the prefix at the beginning of string or after a slash
Python
Regex for extracting display_id from the URL
Submitted by
anonymous
-
6 years ago
0
UUID Checker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SSL Visibility - Audti Notifications
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SSL Visiibilty - User Session Notifications
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SSL Visibility - Alert Notifications
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extrair data por extenso
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Match a full date m/d/yyyy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
结巴去重
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
uga buga
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO-8601 Date-only format
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Shakespeare
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
190
191
192
193
194
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
201
\d
\.
(?<Month>
\w
*
)
\d\d
\-
/
gms
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago