An ACS library for ZDoom-based ports
bool isalnum(int c)
Returns true if the character is a letter or a digit. Equivalent to the corresponding C function isalnum.
StrIsAlNum