powered by
Compares against the values of letters (the English alphabet), ignoring case.
letters
is_letter(x)
A boolean vector indicating whether each element of x is a letter (appears in letters ignoring case).
x
A vector of characters.
is_letter(chars("Lee7c0deR")) Filter(is_letter, chars("w00t"))
Run the code above in your browser using DataLab