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
Validating Visa Card Numbers
PCRE (PHP <7.3)
Validate if card number is Visa card. Update the first digit to make it Master card. http://premiumpig.com
Submitted by
Simon
-
6 years ago
0
Password is between 6 - 10 chars including letters and/or digits.
PCRE (PHP <7.3)
Password is between 6 - 10 chars including letters and/or digits. You can use maxlength in `` field to limit length http://www.cirrhosismedication.com http://www.pmsecret.com
Submitted by
anonymous
-
6 years ago
0
Password is between 6 - 10 chars including letters and/or digits.
PCRE (PHP <7.3)
Password is between 6 - 10 chars including letters and/or digits. You can use maxlength in `` field to limit length http://www.cirrhosismedication.com http://www.pmsecret.com
Submitted by
Ellery
-
6 years ago
0
Password is between 6 - 10 chars including letters and/or digits.
PCRE (PHP <7.3)
Password is between 6 - 10 chars including letters and/or digits. You can use maxlength in `` field to limit length http://www.cirrhosismedication.com http://www.pmsecret.com
Submitted by
Ellery
-
6 years ago
0
Facebook: parse page name from url
Python
no description available
Submitted by
cx
-
6 years ago
0
DSRImport
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
DSRImport
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
final dec and assignment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extract Hive Audit Log JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
PCRE FQDN/IP verifier
PCRE (PHP <7.3)
no description available
Submitted by
crunchyintheory
-
6 years ago
0
test 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
date german
PCRE (PHP <7.3)
dd.mm.yyyy
Submitted by
anonymous
-
6 years ago
0
actual
Python
no description available
Submitted by
anonymous
-
6 years ago
0
strict major, minor, patch
Python
no description available
Submitted by
anonymous
-
6 years ago
0
strict major, minor
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Almega Formable
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
find irregular csv groupings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SCORM 2004 TIMEINTERVAL PCRE
PCRE (PHP <7.3)
Capture parts of SCORM 2004 TIMEINTERVAL format Format PyYdDnMS]] ...
Submitted by
Systho
-
6 years ago
0
youtube iframe embed code src video id and params
ECMAScript (JavaScript)
Matches full src url and individual video id and params in a YouTube iframe embed tag.
Submitted by
Robert Klein Kromhof
-
6 years ago
0
google index parsing (with titles and descriptions)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
105
106
107
108
109
...
900
Community Library Entry
1
Regular Expression
Python
r"
<div
[^
>
]
*
data-oembed-url=
[
"
'
]
(
.
*
?
)
[
"
'
]
.
*
?
>
"
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago