ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
isLetter
ocean
text
Unicode
Determines if a character is a letter.
bool
isLetter
(
int
ch
)
Parameters
ch
int
the character to be inspected
Meta
Source
See Implementation
ocean
text
Unicode
functions
isDigit
isLetter
isLetterOrDigit
isLower
isPrintable
isSpace
isTitle
isUpper
isWhitespace
toFold
toLower
toUpper
Determines if a character is a letter.