[TOC]

isspace

Determine if an array has the space character

Usage

isspace(A)

Example

Input
isspace(['So great'; 'So nice!'])
Output
ans = 
0  0  1  0  0  0  0  0
0  0  1  0  0  0  0  0