Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Upper-Case
This Function returns a <string>, which is the specified Value with all the chars in upper case.
Value <string> - String to upper case the chars from.
Example 1
Uppercase("KaLiPsO") Result = KALIPSO
Example 2
Uppercase("kalipso") Result = KALIPSO
Last updated 3 years ago