Home > lang > ispunct 
 en fr de es it pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Voorgaande  Volgende  Bewerken  Hernoemen  Undo  Search  Administratie  
Handleiding  
Waarschuwing Deze pagina is niet vertaald.  Zie Engelse versie 
IsPunct
Result = IsPunct ( Expr AS String ) AS Boolean
Result = Punct? ( Expr AS String ) AS Boolean

Returns TRUE if the String Expr contains only punctuation characters.

A punctuation character is one of the following characters: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~

Voorbeeld

PRINT IsPunct(":-)")

True

PRINT IsPunct(":-p")

False

Zie ook

Character Test Functions