Is it possible to construct compound expressions for the new regexp subject and file filters? In particular, is it possible to construct an expression that would look for multiple words in the subject, IN ANY ORDER?
In other words, for example:
(mother)&(daughter)&(sex)
I gather that ORing is possible using "|", but are there other supported conjunctions (AND, NAND, NOT, NOR, XOR, etc.)?
Mark Craig