native

isalnum

Syntax

native isalnum(ch);

Description

Returns whether a character is numeric or an ASCII alphabet character.

Parameters

ch Character to test.

Note

Multi-byte characters will always return false.

Return

True if character is numeric, otherwise false.