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