REGEX_POSITIVE_FLOAT constant

String const REGEX_POSITIVE_FLOAT

Regex of positive float.

Implementation

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