Strange RegEx behaviour - AND/OR operator -


i working software robotics in kofax kapow design studio. tooling supports, well... says supports standard regex.

i have hardcoded variable called: regex (value hard set: eur) in evaluate tool have following regex set:

regex == ("eur"|"usd"|"cad") 

the tool returns error:

error in line 1 character 16: illegal character '| 

isnt basic and/or evaluation based on hardcoded variable? why tool returning error?

bad: https://i.stack.imgur.com/347ju.png

good: https://i.stack.imgur.com/o0dwk.png


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -