Regular Expressions 101

Community Patterns

date

0

Regular Expression
PCRE (PHP <7.3)

/
(0?[1-9]|[12][0-9]|3[01])\.(0?[1-9]|1[0-2])\.[0-9]{4}
/

Description

no description available

Submitted by anonymous - 5 years ago