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?
You need to use pattern matching instead. The following pattern should work fine and there is no need to use quotation marks for string matching in pattern matching option of
Kofax Kapow