Is there a way in SublimeText2 to find files that contain all of the words I specify. For example, I can search an entire folder for the word 'foo' but I am specifically looking for files that contain the words 'foo' and 'bar' (anywhere in the file, not necessarily together in the file).
I'm trying to use regex but that isn't working for me. I can use foo|bar but that will find either not both. I'm not sure how to express 'AND' in regex.
Any help? Many thanks in advance.