[#BloombergLP-bdlb-CharType-stringPunct] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::stringPunct :relfileprefix: ../../../ :mrdocs: Return all `PUNCT` characters as a null‐terminated string. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [.small]#Created with https://www.mrdocs.com[MrDocs]#