Regular Expressions 101

Community Patterns

Date Match

1

Regular Expression
PCRE (PHP <7.3)

/
(201[6-9])-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])
/

Description

no description available

Submitted by anonymous - 8 years ago