powered by
Checks whether a character is a digit: { 0 .. 9 }.
isDigit(ch)
character to be checked
TRUE/FALSE, depending on the character being a digit.
# NOT RUN { isDigit('9') isDigit('a') # }
Run the code above in your browser using DataLab