valRe constant

String const valRe

Regular expression for a date.

Implementation

static const String valRe = "[0-9]{4}-[0-9]{2}-[0-9]{2}";