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 true if input is one or more digits and nothing else.