starts

FEEL built-in function · Range functions

starts(a, range)

Returns true if a begins exactly where range begins and lies within it.

Parameters

ParameterTypeDescription
apoint or rangethe candidate starting together with range
rangerangethe enclosing range

Examples

starts(1, [1..10])
starts([1..5], [1..10])

Related functions

started by · finishes

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