isspace()
Description
This function evaluates the first character of the string passed and returns
.true or .false depending on
whether the character is either a space, a tab or something else.
Prototype
isspace (
string )
s
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| s | None | string |


