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

Clib.isspace() Method


This function returns true if a specified character is a white-space character.

Syntax

Clib.isspace(char)

Parameter
Description

char

Either a single character or a variable containing a single character

Returns

True if char is a white-space character; otherwise, false.

Usage

This function returns true if char is a horizontal tab, newline, vertical tab, form feed, carriage return, or space character (that is, one having an ASCII code of 9, 10, 11, 12, 13, or 32); otherwise, it returns false.

See Also

Clib.isascii() Method
Clib.isprint() Method

Siebel eScript Language Reference