strs_isspace checks whether each element of a character vector contains
only whitespace characters. It is similar to Python's str.isspace() method.
Value
A logical vector of the same length as string, indicating whether
each element contains only whitespace characters.