isspace
Determine which characters are space.
📝 Syntax
res = isspace(str)
📥 Input argument
str - scalar, vector, matrix or multidimensional array.
📤 Output argument
res - logical array
📄 Description
isletter determines which characters are space characters.
💡 Examples
isspace('Nel Son')isspace("六書 six writings")🔗 See also
🕔 History
Version
📄 Description
1.3.0
initial version
Last updated
Was this helpful?