char.
isspace
Returns true for each element if there are only whitespace characters in the string and there is at least one character, false otherwise.
Calls str.isspace element-wise.
str.isspace
For 8-bit strings, this method is locale-dependent.
Output array of bools
See also