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: 3/21/2018 4:25 PM |