All,
I can do an OR (alternate) match in Regex using pipe symbol. Here either scan or print can be present in the string.
e.g.
But how to do an AND match. Where both scan and print should be present in the string.
e.g.
Agree. It is ugly and more the combination it gets even more ugly. There should be a be an elegant way of doing this. Thanks for your help.