Contents
Display Legacy Contents

 Print
    Lower-Case      
This Function returns a <string>, which is the specified Value with all the chars in lower case.

Parameters

Value <string>
  String to lower case the chars from.

     
Example 1
  Example 2
Lower-case("KaLiPsO")

Result = kalipso
  Lower-case("KALIPSO")

Result = kalipso
 
See also
Samples

 
Updated: 11/5/2014 11:50 AM