camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 50 forks source link

Add new built-in function `list replace()` #664

Open saig0 opened 1 year ago

saig0 commented 1 year ago

Is your feature request related to a problem? Please describe.

Implement the new built-in function list replace() from DMN 1.5.

Describe the solution you'd like

Screenshot from 2023-06-14 06-20-28

(DMN 1.5, chapter 10.3.4.5, page 143)

Related issues