Table of Contents

isalnum

bool isalnum(int c)

Description

Returns true if the character is a letter or a digit. Equivalent to the corresponding C function isalnum.

See also

StrIsAlNum