isAlphaOrDigit
fn
bool isAlphaOrDigit(char c)Returns true if the character is an alphabetic letter (A-Z, a-z) or a digit (0-9).
bool isAlphaOrDigit(char c)Returns true if the character is an alphabetic letter (A-Z, a-z) or a digit (0-9).