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