bool isalnum(int c)
Returns true if the character is a letter or a digit. Equivalent to the corresponding C function isalnum.
StrIsAlNum