Return true if the specified character is in the PRINT category (i.e., any printable character including SPACE), and false otherwise.
true
character
PRINT
SPACE
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isPrint(char character);