Startseite > lang > ispunct 
 en fr es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Zurück  Weiter  Bearbeiten  Umbenennen  Rückgängig  Suchen  Verwaltung  
Dokumentation  
Achtung! Diese Seite wurde noch nicht übersetzt.  Siehe englische Version 
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: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~

Beispiel

PRINT IsPunct(":-)")

True

PRINT IsPunct(":-p")

False

Siehe auch

Character Test Functions