IsPunct
Result = IsPunct ( Expr AS String ) AS Boolean
Restituisce
TRUE se
String Expr contiene solo caratteri di punteggiatura.
Un carattere di punteggiatura è uno dei seguenti caratteri:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Esempi
PRINT IsPunct(":-)")
PRINT IsPunct(":-p")
Vedi anche