Return all PRINT characters as a null-terminated string.
Declared in <bdlb_chartype.h>
static
char const*
stringPrint();
Return a null-terminated string consisting of all characters in the category PRINT (i.e., any printable character including SPACE), ordered by increasing character codes.
null-terminated string of all PRINT characters