Return true if the specified character is in the SPACE category (i.e., [space|tab|CR|NL|VT|FF]), and false otherwise.
true
character
SPACE
[space|tab|CR|NL|VT|FF]
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isSpace(char character);