How should one implement a custom function that contains a space character in the method name? Examples of built in functions that have this are string join(list: list<string>): string and day of week(date: date): string. See the following code block for a simplified example of what I’m trying to achieve.
I was able to reproduce the above described issue in feel-engine versions 1.9.0 until 1.13.0 On version 1.14.0 it is fixed and I’m able to use spaces in the function name.
This probably means we can close this topic with the solution to update the feel-engine to version 1.14.0 or higher.