rules/languages/is_number_only library
Classes
- IsNumbersOnly
- Validates that the input is all digits (one or more, nothing else).
Functions
-
isNumbersOnly(
String input) → bool -
Returns
trueifinputis one or more digits and nothing else.
true if input is one or more digits and nothing else.