imothep85
System|Compare two values| first value: find(text.text,"sardines") is not equal to second value: -1, do your action
From the manual:
find(src, text)
findCase(src, text)
Find the first index within src that text occurs, else returns -1. find is case-insensitive, and findCase is case-sensitive.