I am looking for an expression to match strings against a list of words like ["xxx", "yyy", "zzz"]. The strings need to contain all three words but they do not need to be in the same order.
E.g., the following strings should be matched:
'"yyy" string of words and than “zzz" string of words “xxx"'
or
'string of words “yyy””xxx””zzz” string of words'
xxxoccur more than once)? – Tim Pietzcker Sep 15 '11 at 11:52