native
isspace
Syntax
native isspace(ch);
Description
Returns whether a character is whitespace.
Parameters
| ch | Character to test. |
|---|
Note
Multi-byte characters will always return false.
Return
True if character is whitespace, otherwise false.
native
native isspace(ch);
Returns whether a character is whitespace.
| ch | Character to test. |
|---|
Multi-byte characters will always return false.
True if character is whitespace, otherwise false.