Home  Contents

ctype.isxdigit

Ctype Core4 Lua Commands

SYNOPSIS

result = ctype.isxdigit(code)

DESCRIPTION

The ctype.isxdigit function tests for any hexadecimal-digit character (0-9, a-f, A-F).

RETURN VALUE

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

SEE ALSO