bool ispunct(int c)
Returns true if the character is a punctuation character. Equivalent to the corresponding C function ispunct.
StrIsPunct