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
|
Updated: 11/5/2014 11:50 AM |