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