I need a mask to search for specific text in comments / grouping. Can someone help me with this? It must apply an operation if the text contains something, but is not exactly equal to something.
Eg. Comments: “Classic Rock, Live Performance, Guitar: Les Paul,”
The mask does this:
“if comments contains ‘Guitar: Les Paul’, then do this : otherwise do something else”
I only know the arithmetic operators (< > == and such). Not sure about the operator for “contains”.
Thanks!