Return a null‐terminated string consisting of all characters in the category SPACE (i.e., [space|tab|CR|NL|VT|FF]), ordered by increasing character codes.
Synopsis
Declared in <bdlb_chartype.h>
static
char const*
stringSpace();
Return Value
null‐terminated string of all SPACE characters
Created with MrDocs