Signature
native isalnum(ch);
Description
Returns whether a character is numeric or an ASCII alphabet character.
Notes
- Multi-byte characters will always return false.
Parameters
- ch — Character to test.
Returns
True if character is numeric, otherwise false.