I'm wearing my regex dunce cap again. I want to return a positive match if I find "this" in a string, but not if I find "this" and also "that" in the string. Put another way: I want to return a ...