isdigit

Syntax

native isdigit(ch);

Usage

ch
Character to test.

Description

Returns whether a character is numeric.

Note

Multi-byte characters will always return false.

Return

True if character is numeric, otherwise false.