Lower-case
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - 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.
Examples
Example 1
Lowercase("KaLiPsO") Result = kalipso
Example 2
Lowercase("KALIPSO") Result = kalipso
Last updated