MATLAB Function Reference    
isspace

Detect elements that are ASCII white spaces

Syntax

Description

tf = isspace('str') returns an array the same size as 'str' containing logical true (1) where the elements of str are ASCII white spaces and logical false (0) where they are not. White spaces in ASCII are space, newline, carriage return, tab, vertical tab, or formfeed characters.

Examples

See Also
isletter, ischar, char, isa, is*


  issorted issparse