isWhitespace

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.

bool
isWhitespace
(
dchar ch
)

Parameters

ch dchar

the character to be inspected

Meta