Home > lang > ispunct 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
IsPunct
Syntax
bResult = IsPunct ( sExpr AS String ) AS Boolean
bResult = Punct? ( sExpr AS String ) AS Boolean

Returns TRUE if the String sExpr contains only punctuation characters.

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

Examples

PRINT IsPunct(":-)")

True

PRINT IsPunct(":-p")

False

See also

Character Test Functions