Home  Contents

ctype.isalnum

Ctype Core4 Lua Commands

SYNOPSIS

result = ctype.isalnum(code)

DESCRIPTION

The ctype.isalnum function tests for any character for which ctype.isalpha or ctype.isdigit is true.

RETURN VALUE

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

SEE ALSO