Siebel eScript Language Reference > C Language Library Reference > Clib String Methods >

Clib Convert String to Lowercase Method


The Clib Convert String to Lowercase method converts a string to lowercase. It starts at position 0 of the str argument and ends immediately before the terminating null byte. It returns the value of the str argument all in lowercase.

Format

Clib.strlwr(str)

Table 155 describes the arguments for the Clib Convert String to Lowercase method.

Table 155. Arguments for the Clib Convert String to Lowercase Method
Argument
Description

str

The string that this method modifies to lowercase.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.