REGEX_NOT_POSITIVE_INTEGER constant

String const REGEX_NOT_POSITIVE_INTEGER

Regex of non-positive integer.

Implementation

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