> lang > ispunct | ![]() |
前一个 下一个 编辑 重命名 撤销 搜索 管理
| 文档 |
Result = IsPunct ( Expr AS String ) AS Boolean Result = Punct? ( Expr AS String ) AS BooleanReturns TRUE if the String Expr contains only punctuation characters. A punctuation character is one of the following characters: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~