I would like to write an expression to search for 2 terms in a sentence. One term is constant one term changes.
For example I would be searching for the word "Ben"
as a constant plus the word "banana"
or "apple"
"Ben likes bananas" would return positive
"Ben eats banana" would return positive
"Ben eats apples" would be positive
"Ben likes apple" would be positive
"Ben likes pears" would be negative because pears was not a specified term.
"Tom likes apple" would be negative because Ben is not specified