Home  Contents

ctype.isprint

Ctype Core4 Lua Commands

SYNOPSIS

result = ctype.isprint(code)

DESCRIPTION

The ctype.isprint function tests for any printing character including space (‘ ’).

RETURN VALUE

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

SEE ALSO