REGEX_INTEGER constant
String
const REGEX_INTEGER
Regex of integer.
Implementation
static const String REGEX_INTEGER =
"^(-?[1-9]\\d*)|0\$";
Regex of integer.
static const String REGEX_INTEGER =
"^(-?[1-9]\\d*)|0\$";