char_is_alphabetic(c)
Return true if the character c is a letter, otherwise return false.
true
c
false
char_is_alphabetic(\a) // true
Core Module Index | Contents