ChrIsPunctuation
Tests if a character is punctuation.
Syntax
-
ChrIsPunctuation(c)-
cis a character (string of length 1)
-
Description
ChrIsPunctuation(c) returns true iff c is punctuation.
Examples
∀(",;.!?/{[(-*)]}", ChrIsPunctuation)
true