isspaceDetermine if an array has the space character
isspace(A)A is an array of any data type (e.g., logical, double, or character).A is the space character. Otherwise, it returns logical 0.A is empty, it returns an empty array.isspace(['So great'; 'So nice!'])
ans =
0 0 1 0 0 0 0 0
0 0 1 0 0 0 0 0