Method Unicode.is_whitespace()
- Method is_whitespace
bool
is_whitespace(int
c
)- Description
Returns
1
if the character is a white space character, otherwise0
.
bool
is_whitespace(int
c
)
Returns 1
if the character is a white space character,
otherwise 0
.