Regular Expressions 101

Community Patterns

date

1

Regular Expression
PCRE (PHP <7.3)

/
^(10|11|12|[0]{1}[1-9]{1})\/[0][1-9]|[10-31]?
/

Description

no description available

Submitted by anonymous - 8 years ago