upper case

FEEL built-in function · String functions

upper case(string)

Returns the string with every character converted to upper case.

Parameters

ParameterTypeDescription
stringstringthe string to convert

Examples

upper case("aBc4")

Related functions

lower case

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).