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

Clib.strlwr() Method


This method converts a string to lowercase.

Syntax

Clib.strlwr(str)

Parameter
Description
str
The string in which to change case of characters to lowercase.

Returns

String - the value of str after conversion of case.

Usage

This method converts uppercase letters in str to lowercase, starting at str[0] and ending before the terminating null byte. The return is the value of str, which is a variable pointing to the start of str at str[0].


 Siebel eScript Language Reference 
 Published: 18 April 2003