Navigation

Operators and Keywords

Function List:

C++ API

: isspace (s)

Return a logical array which is true where the elements of s are whitespace characters (space, formfeed, newline, carriage return, tab, and vertical tab) and false where they are not.

See also: iscntrl, ispunct, isalpha, isdigit.

Package: octave