isAlphaOrDigit

fnbool isAlphaOrDigit(char c)

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