[#BloombergLP-bdlb-CharType-isPunct] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isPunct :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `character` is in the `PUNCT` category (i.e., any printable character other than `SPACE` or `ALNUM`), and `false` otherwise. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isPunct(char character); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#