IsPunct
Result = IsPunct ( Expr AS String ) AS Boolean
Returns
TRUE if the
String Expr contains only punctuation characters.
A punctuation character is one of the following characters:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Examples
PRINT IsPunct(":-)")
PRINT IsPunct(":-p")
See also