Determines if a character is a Whitespace character.
Whitespace characters are characters in the
General Catetories Zs, Zl, Zp without the No Break
spaces plus the control characters out of the ASCII
range, that are used as spaces:
TAB VT LF FF CR FS GS RS US NL
WARNING: look at isSpace, maybe that function does
more what you expect.
Determines if a character is a Whitespace character. Whitespace characters are characters in the General Catetories Zs, Zl, Zp without the No Break spaces plus the control characters out of the ASCII range, that are used as spaces: TAB VT LF FF CR FS GS RS US NL
WARNING: look at isSpace, maybe that function does more what you expect.