Home > lang > ispunct 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english 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: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~

Example

PRINT IsPunct(":-)")

True

PRINT IsPunct(":-p")

False

See also

Character Test Functions