REGEX_POSITIVE_INTEGER constant

String const REGEX_POSITIVE_INTEGER

Regex of positive integer.

Implementation

static const String REGEX_POSITIVE_INTEGER     =
    "^[1-9]\\d*\$";