Determines whether the given character is an alphanumeric character.
Synopsis
Declared in <absl/strings/ascii.h>
bool
ascii_isalnum(unsigned char c);
Return Value
true if c is alphanumeric, false otherwise.
Parameters
Name |
Description |
c |
The character to test. |
Created with MrDocs