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>
static
bool
isPunct(char character);
Created with MrDocs