isAlphaOrDigit

fnbool isAlphaOrDigit(char c) @safe nothrow @nogc

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