Function std::char::is_alphanumericDeprecated
[-]
[+]
[src]
pub fn is_alphanumeric(c: char) -> bool
Indicates whether a char
is alphanumeric
Alphanumericness is defined in terms of the Unicode General Categories 'Nd', 'Nl', 'No' and the Derived Core Property 'Alphabetic'.