Regular Expressions 101

Community Patterns

Date

1

Regular Expression
PCRE (PHP <7.3)

/
^(0[1-9]|1[0-2])\/(0[1-9]|1\d|2\d|3[01])\/(19|20)\d{2}$
/

Description

Valid Date format:

Submitted by Daniel - 8 years ago