Regular Expressions 101

Community Patterns

Regular expression to check MM/YYYY between ranges

0

Regular Expression
PCRE (PHP <7.3)

/
^(((0)[0-9])|((1)[0-2]))(\/)(1[8-9][5-9]\d|20[0-1]\d)$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago