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

Clib.islower() Method


This function returns true if a specified character is a lowercase alphabetic character.

Syntax

Clib.islower(char)

Parameter
Description

char

Either a single character or a variable containing a single character

Returns

True if char is a lowercase alphabetic character; otherwise, false.

Usage

This function returns true if char is a lowercase alphabetic character from a through z; otherwise, it returns false.

See Also

Clib.isalnum() Method
Clib.isalpha() Method
Clib.isupper() Method

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