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
Gender (all derivations)Gender (all derivations)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Digital Identity - screen name, handle, login, nickname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IP Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Bank Account
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Dept. of Defense ID #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
North America - United States - Louisiana - Driver's License
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Credit Card #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
State ID #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
National ID #National ID #National ID #
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email Addresses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Phone Numbers / Fax Numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match Society6.com with specific SKU in URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
000 between underscore
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
mb_wordwrap
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Password mask
ECMAScript (JavaScript)
Matches valid passwords that require letters, numbers and special characters that do not start or end with spaces.
Submitted by
anonymous
-
5 years ago
0
mwd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
aaaa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Netherlands License Plate
PCRE (PHP <7.3)
References: https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_the_Netherlands
Submitted by
anonymous
-
5 years ago
0
Indonesia License Plate
PCRE (PHP <7.3)
References: https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Indonesia
Submitted by
anonymous
-
5 years ago
0
Private IP v4 Address
ECMAScript (JavaScript)
Validate IP addresses matching those specified in https://tools.ietf.org/html/rfc1918
Submitted by
anonymous
-
5 years ago
1
...
619
620
621
622
623
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
BEGIN:VEVENT
.
*
DTSTAMP:
(
\d
{8}
T
\d
{6}
Z
)
.
*
DTSTART:
(
\d
{8}
T
\d
{6}
Z
)
.
*
DTEND:
(
\d
{8}
T
\d
{6}
Z
)
.
*
SUMMARY:
(
.
*
)
LOCATION:
(
.
*
)
DESCRIPTION:
(
.
*
)
UID:
(
.
*
)
CREATED:
(
\d
{8}
T
\d
{6}
Z
)
.
*
LAST-MODIFIED:
(
\d
{8}
T
\d
{6}
Z
)
.
*
SEQUENCE:
(
\d
{10}
)
.
*
END:VEVENT
)
/
mxUsg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago