Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >

Clib.isupper() Method


This function returns true if a specified character is an uppercase alphabetic character.

Syntax

Clib.isupper(char)

Parameter
Description
char
A single character or a variable containing a single character

Returns

True if char is an uppercase alphabetic character; otherwise, false.

Usage

This function returns true if char is an uppercase alphabetic character from A through Z; otherwise, it returns false.

See Also

Clib.isalpha() Method and Clib.islower() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003