====== isalpha ====== {{tag>character needs_examples}} ''bool isalpha(int c)'' ===== Description ===== Returns true if the character is a letter of the alphabet. Equivalent to the corresponding C function [[http://en.cppreference.com/w/cpp/string/byte/isalpha|isalpha]]. ===== See also ===== [[StrIsAlpha]]