ChrIsWhitespace
Tests if a character is whitespace.
Syntax
-
ChrIsWhitespace(c)
-
c
is 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.