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