Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-16 22:11
Flavor·PCRE (Legacy)

/
^[0-9]{4}-[0-9]{2}-[0-9]{2}$|^$
/
gm
Open regex in editor

Description

Matches either date in 1111-11-11 format or empty string

Submitted by anonymous