imthekrish

Captain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-04-25
23:53
461 views
String comparator OR operation
I want to use OR operation in string comparator, I tried as below it didnt work
matchType: contains
toMatch: CAT
matchTo: CAT or BAT ( Tried these two formats i.e, CAT|BAT and \b(CAT|BAT)\b )
ignoreCase: True
How do I solve this issue ?
1 Reply


Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-04-26
04:17
Hi,
matchType should be 'RegEx'.
Thanks,
Trim