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