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
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
0
mm/dd/yyyy leap year
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Validate and hour date DD/MM/YYYY HH:mm (Leap Year)
ECMAScript (JavaScript)
Validate date in format DD/MM/YYYY HH:mm generaly used in Brazil. With hour in 24 hours format and validating leap year too, optional time.
Submitted by
Eleison Christiano
-
8 years ago
1
2
3