MATLAB Function Reference Previous page   Next Page
isspace

Detect space characters in array

Syntax

Description

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

Examples

See Also

isstrprop, ischar, isa, is*


Previous page  issorted issparse Next page

© 1994-2005 The MathWorks, Inc.