Return true if the specified character is in the PUNCT category (i.e., any printable character other than SPACE or ALNUM), and false otherwise.
true
character
PUNCT
SPACE
ALNUM
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isPunct(char character);