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
Relevance
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 60 community submitted regex patterns...
0
DDMMMYYYY w/Leap Year Check
PCRE (PHP <7.3)
Format of 29Feb2020 or 29FEB2020 with leap year check
Submitted by
anonymous
-
7 years ago
0
YYYYMMDD w/Leap Year Check
PCRE (PHP <7.3)
Validate dates in the format of 20201231 with leap year check on the 29th of February
Submitted by
anonymous
-
7 years ago
0
DDMMMYY w/Leap Year Check
PCRE (PHP <7.3)
Validate dates in the formats of 1Feb20/01Feb20/29FEB20 with the 29th of February invalid on non-leap years.
Submitted by
anonymous
-
7 years ago
0
Datetime regex
Python
Matches dates in the following format: %Y/%m/%dT%H:%M:%S This is 24h format (00-23h) and no leap seconds.
Submitted by
anonymous
-
8 years ago
0
Datetime regex
Python
Matches dates in the following format: %Y/%m/%dT%H:%M:%S This is 24h format (00-23h) and no leap seconds.
Submitted by
anonymous
-
8 years ago
0
dd-mm-yyyy leap year v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
dd-mm-yyyy leap year
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
2
3