lower case

FEEL built-in function · String functions

lower case(string)

Returns the string with every character converted to lower case.

Parameters

ParameterTypeDescription
stringstringthe string to convert

Examples

lower case("aBc4")

Related functions

upper case

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