Script functions reference > Script functions in alphabetical order > T > ToLower

ToLower
Syntax
ToLower(str);
str 
Description
Converts all characters in a string to lower case.
Returns
A copy of the input string with all characters in lower case.
Example
$var1="STREAMSERVE";
$var2=ToLower($var1);
Result:
$var2="streamserve"
OpenText StreamServe 5.6 Updated: 2013-03-01