Home  Contents

ctype.isascii

Ctype Core4 Lua Commands

SYNOPSIS

result = ctype.isascii(code)

DESCRIPTION

The ctype.isascii function tests for an ASCII character, which is any character in the range from 0 to 127.

RETURN VALUE

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

SEE ALSO