Regular Expressions 101

Community Patterns

0

TimeRegex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Date YYYYMMDD

-2

Regular Expression
PCRE (PHP <7.3)

/
^((19\d{2})|(20\d{2}))(((02)(0[1-9]|[1-2][0-9]))|(((0(1|[3-9]))|(1[0-2]))(0[1-9]|[1-2][0-9]|30))|((01|03|05|07|08|10|12)(31)))$
/

Description

Loading markdown...
Submitted by Ahmed Z - 9 years ago