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

Clib.isupper() Method


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

Syntax

Clib.isupper(char)

Parameter
Description

char

Either 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
Clib.islower() Method

Siebel eScript Language Reference Copyright © 2007, Oracle. All rights reserved.