started by

FEEL built-in function · Range functions

started by(range, a)

Returns true if range begins exactly where a begins and contains it, the mirror of starts.

Parameters

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

Examples

started by([1..10], [1..5])

Related functions

starts · includes

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