powered by
Checks whether a character is a letter
Restricted to ASCII character (does not process <U+00F1>, <U+00E7>, accented vowels...)
isLetter(ch)
character to be checked
TRUE/FALSE, depending on the character being a letter.
# NOT RUN { isLetter('A') isLetter('a') isLetter('9') # }
Run the code above in your browser using DataLab