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