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...
1
Borderlands PC Shift Codes
PCRE (PHP <7.3)
Matches PC Shift Codes for borderlands 2 & Pre Sequel Capturing group 1 for complete code only
Submitted by
jymannob
-
10 years ago
1
S3 Access Log Analyzer
ECMAScript (JavaScript)
A javascript regex for parsing an S3 log line.
Submitted by
Matt Ingenthron <ingenthr@cep.net>
-
10 years ago
1
/The.+Knick.+1x.+720p.+/i
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
zohar look
PCRE (PHP <7.3)
for 8 tracks
Submitted by
avner
-
10 years ago
1
kewai
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Links in Markup
PCRE (PHP <7.3)
Find Links in HTML Markup
Submitted by
someone
-
10 years ago
1
sdf
PCRE (PHP <7.3)
sdf
Submitted by
sdf
-
10 years ago
1
parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
MySQL PHP connection string
PCRE (PHP <7.3)
Capture dbname and host from MySQL PHP connection string
Submitted by
anonymous
-
10 years ago
1
facebook post embed code
PCRE (PHP <7.3)
This pattern matches to the facebook post embed codes. It matches on each parts of the whole embed code individualy, and matches on the complete embed code either.
Submitted by
kristian tanacs
-
10 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Find missing or superfluous commas in "For å" constructions.
PCRE (PHP <7.3)
Finds missing commas in "For å ..." constructions according to officially ordained grammar-based comma rules.
Submitted by
Eirik Birkeland
-
10 years ago
1
CVC
ECMAScript (JavaScript)
This will determine that an accurate CVC has been entered
Submitted by
Scott Mebberson
-
10 years ago
1
Number Input That Supports Simple Math Expressions
ECMAScript (JavaScript)
RegEx matches: '5', '+5', '-5', '5+5', '-5+5', '+5+5', '5+9+7*-2' RegEx doesn't match: '5+', '5-', '5+9-', 'asdfasf5+5'
Submitted by
David Weitzenfeld
-
10 years ago
1
Subquery
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
LGC regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
RFC 3936
Python
Parses URIs according to RFC3936
Submitted by
anonymous
-
10 years ago
1
GDI Prüfung 20.01.2012
Python
no description available
Submitted by
anonymous
-
10 years ago
1
cvdfd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
no 666
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
...
584
585
586
587
588
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
[
A
-
Z
]
{3}
)
(?:
.
*
?
)
(
[
A
-
Z
]
{3}
)
(?:
.
*
?
)
(
(
\d
{1,2}
\/
\d
{1,2}
\/
\d
{4}
)
|
(
\d
{1,2}
(?:
.
*
?
)
(
January
|
February
|
March
|
April
|
May
|
June
|
July
|
August
|
September
|
October
|
December
)
(
(
\d
{4}
)
)?
)
|
(
\d
{1,2}
(?:
.
*
?
)
(
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
)
(
(
\d
{4}
)
)?
)
)
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago