Home  Contents

ctype.islower

Ctype Core4 Lua Commands

SYNOPSIS

result = ctype.islower(code)

DESCRIPTION

The ctype.islower function tests for any lower-case letter in the ASCII and ISO Latin-1 code-space.

RETURN VALUE

The function returns a boolean indicating if the character test succeeded.

SEE ALSO