Home  Contents

ctype.isgraph

Ctype Core4 Lua Commands

SYNOPSIS

result = ctype.isgraph(code)

DESCRIPTION

The ctype.isgraph function tests for any printing character except space (‘ ’).

RETURN VALUE

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

SEE ALSO