Numeric data validators validate float values and int values and numeric strings.
A PHP string is considered numeric if it can be interpreted as an int
or a float[1].
Validators:
SmallerThan is lower bound validator: the length of the input must be atleast a given limit.
GreaterThan is upper bound validator: the length of the input must be below a given limit.
Between validator: value must be between the lower and upper limits.
In order to work as intended, this site stores cookies on your device. Accepting
improves our site and provides you with personalized service. Declining results
in one cookie being placed on your device so we remember your choice.