You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The output of the triggered DMN row is not changed. The escaped characters are not transformed. The original regex string is returned as output.
Solution idea
FEEL engine can handle escape and regex characters properly.
\s should not be replaced with a whitespace but handled the same way as \n and \r.
Environment
FEEL engine version: [1.17.5], but newer versions should have the same behavior
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Using Camunda Platform 7:
Example DMN
Expected behavior
The output of the triggered DMN row is not changed. The escaped characters are not transformed. The original regex string is returned as output.
Solution idea
\s
should not be replaced with a whitespace but handled the same way as\n
and\r
.Environment
The text was updated successfully, but these errors were encountered: