ChrIsWhitespace
Tests if a character is whitespace.
Syntax
-
ChrIsWhitespace(c)-
cis a character (string of length 1)
-
Description
ChrIsWhitespace(c) returns true iff c is whitespace.
This includes space, non-breaking space, figure space, tab, CR, LF, and several other characters.