isalpha
Syntax
native isalpha(ch);
Usage
| Parameter | Description |
|---|---|
| ch | Character to test. |
Description
Returns whether a character is an ASCII alphabet character.
Note
Multi-byte characters will always return false.
Return
True if character is alphabetical, otherwise false.