lower case
FEEL built-in function · String functions
lower case(string)
Returns the string with every character converted to lower case.
Parameters
| Parameter | Type | Description |
|---|---|---|
| string | string | the string to convert |
Examples
lower case("aBc4")
abc4
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).