[#BloombergLP-bdlb-CharType-stringPunct] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::stringPunct :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* stringPunct(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#