ends with

FEEL built-in function · String functions

ends with(string, match)

Returns true if the string ends with match.

Parameters

ParameterTypeDescription
stringstringthe string to test
matchstringthe expected suffix

Examples

ends with("foobar", "r")

Related functions

starts with · contains

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