Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-09-20 13:49
Flavor·PCRE (Legacy)

/
^(19[0-9][0-9]|20[012][0-9])$
/
gm
Open regex in editor

Description

RegEx that validates input that are values in years between 1900 and 2029

Submitted by anonymous