ends with
FEEL built-in function · String functions
ends with(string, match)
Returns true if the string ends with match.
Parameters
| Parameter | Type | Description |
|---|---|---|
| string | string | the string to test |
| match | string | the expected suffix |
Examples
ends with("foobar", "r")
true
Try it →
Related functions
Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).