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 520 community submitted regex patterns...
0
Match Dates
Python
Write a program, which matches a date in the format "dd{separator}MMM{separator}yyyy". Use capturing groups in your regular expression.
Submitted by
anonymous
-
3 years ago
0
ISO date
ECMAScript (JavaScript)
Validates a date string as a valid iso entry
Submitted by
Franco Grobler (franco199906@gmail.com)
-
3 years ago
0
Record Date Rule (Semantic)
PCRE2 (PHP >=7.3)
Record Date Rule (Semantic)
Submitted by
Kasshyap
-
3 years ago
0
Extract structure from dates
Python
1-12 / 2022
Submitted by
anonymous
-
3 years ago
0
date description amount
PCRE2 (PHP >=7.3)
-
Submitted by
Me
-
3 years ago
0
FileTimeStamp regex
PCRE2 (PHP >=7.3)
Returns object with dateTime elements .Designed for FiletimeStamp of logging module
Submitted by
Stéphane van Gulick
-
3 years ago
0
find date format 2023-10-04
PCRE2 (PHP >=7.3)
find date format 2023-10-04 \d{4}-\d{2}-\d{2}
Submitted by
joe hu
-
3 years ago
0
find date format 31/04/2023 or 31/4/2023
PCRE2 (PHP >=7.3)
find date format 31/04/2023 or 31/4/2023 (0?1-9]|[12|3[01])\/(0?[1-9]|1[012])\/\d{4}
Submitted by
anonymous
-
3 years ago
0
Date with leap years
PCRE2 (PHP >=7.3)
Accepting every date between 2010 to 2050. Format is YYYY-MM-DD hh:mm
Submitted by
Sten
-
3 years ago
0
Regex range date
PCRE2 (PHP >=7.3)
\b((?:19|20)\d{2})-(01-9]|1[0-2])-(0[1-9]|[12|3[01])\b
Submitted by
Ziuzhang
-
2 years ago
0
Cover dates from 2009 and older in French format and English
Java 8
Covering Dates starting from year 2009 and older in French and English Some of the valid Dates format April 2nd 2008 April 2 2008 April 02 2008...
Submitted by
Francois-Alexandre Valade-Casaubon
-
2 years ago
1
...
24
25
26