ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
isLower
ocean
text
Unicode
Determines if a character is a lower case letter.
bool
isLower
(
dchar
ch
)
Parameters
ch
dchar
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 lower case letter.