Return true if the specified character is in the CNTRL category (i.e., [1‐37] and 177), and false otherwise.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isCntrl(char character);

Created with MrDocs