Table of Contents

islower

bool islower(int c)

Description

Returns true if the character is a lowercase letter. Equivalent to the corresponding C function islower.

See also

StrIsLower