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