Algosim documentation: ChrIsPunctuation

ChrIsPunctuation

Tests if a character is punctuation.

Syntax

Description

ChrIsPunctuation(c) returns true iff c is punctuation.

Examples

∀(",;.!?/{[(-*)]}", ChrIsPunctuation)
true