ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
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.