REGEX_NOT_NEGATIVE_INTEGER constant

String const REGEX_NOT_NEGATIVE_INTEGER

Regex of non-negative integer.

Implementation

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