Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Character Classification in Siebel eScript >

Clib.ispunct() Method


This function returns true if a specified character is a punctuation mark that can be entered from the keyboard.

Syntax

Clib.ispunct(char)

Parameter
Description

char

Either a single character or a variable containing a single character

Returns

True if char is a punctuation mark that can be entered from the keyboard (ASCII codes 33 through 47, 58 through 63, 91 through 96, or 123 through 126); otherwise, it returns false.

See Also

Clib.isgraph() Method
Clib.isprint() Method
Clib.isspace() Method

Siebel eScript Language Reference