Regular Expressions 101

Community Patterns

Reg Ex Date Format mm/dd/yyyy

0

Regular Expression
PCRE (PHP <7.3)

/
([1-9]|0[1-9]|1[0-2])\/([1-9]|0[1-9]|1\d|2\d|3[01])\/(((19|2[0-4])\d{2})|2500)
/
g

Description

no description available

Submitted by anonymous - 7 years ago