bool isalpha(int c)
Returns true if the character is a letter of the alphabet. Equivalent to the corresponding C function isalpha.
StrIsAlpha