isLower

Determines if a character is a lower case letter.

bool
isLower
(
dchar ch
)

Parameters

ch dchar

the character to be inspected

Meta