valRe constant

String const valRe

Regular expression for a int number.

Implementation

static const String valRe = "[+-]?(?:0|[1-9][0-9]*)";