Upper-Case

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.

Parameters

  • Value <string> - String to upper case the chars from.

Examples

  • Example 1

Uppercase("KaLiPsO") Result = KALIPSO

  • Example 2

Uppercase("kalipso") Result = KALIPSO

Last updated