Function std::char::is_alphanumeric

pub fn is_alphanumeric(c: char) -> bool

Indicates whether a character is alphanumeric. Alphanumericness is defined in terms of the Unicode General Categories 'Nd', 'Nl', 'No' and the Derived Core Property 'Alphabetic'.