Return all PUNCT characters as a null‐terminated string.

Synopsis

Declared in <bdlb_chartype.h>

static
char const*
stringPunct();

Description

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.

Return Value

null‐terminated string of all PUNCT characters

Created with MrDocs