Table of Contents

ispunct

bool ispunct(int c)

Description

Returns true if the character is a punctuation character. Equivalent to the corresponding C function ispunct.

See also

StrIsPunct