REGEX_INTEGER constant

String const REGEX_INTEGER

Regex of integer.

Implementation

static const String REGEX_INTEGER              =
    "^(-?[1-9]\\d*)|0\$";