fn isAlphabetic(c: u8) bool

Returns whether the character is alphabetic: A-Z or a-z.

Parameters

c: u8,