bool isspace(int c)
Returns true if the character is whitespace. Equivalent to the corresponding C function isspace.
StrIsSpace