REGEX_NEGATIVE_INTEGER constant
String
const REGEX_NEGATIVE_INTEGER
Regex of negative integer.
Implementation
static const String REGEX_NEGATIVE_INTEGER =
"^-[1-9]\\d*\$";
Regex of negative integer.
static const String REGEX_NEGATIVE_INTEGER =
"^-[1-9]\\d*\$";