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