I am working with Software Robotics in Kofax Kapow Design Studio. This tooling supports, well... it says it supports standard regex.
I have a hardcoded variable called: RegEx (value hard set: EUR) In the evaluate tool I have the following RegEx set:
RegEx == ("EUR"|"USD"|"CAD")
The tool returns with this error:
Error in line 1 character 16: Illegal character '|
Isnt this the most basic and/or evaluation based on a hardcoded variable? Why is the tool returning this error?