Description
Analyse if a char is punctuation (that is a comma, a semicolon, an exlamation mark and so on). Returns true if thisChar is punctuation.
Syntax
isPunct(thisChar)
Parameters
thisChar
: variable. Allowed data types: char
Returns
true
: if thisChar is a punctuation.