isspace

Syntax

native isspace(ch);

Usage

Parameter Description
ch
Character to test.

Description

Returns whether a character is whitespace.

Note

Multi-byte characters will always return false.

Return

True if character is whitespace, otherwise false.