which regular expression should I use, when I want to filter mails that contain the strings "lottery", "claims officer" and "winning", no matter in which order?
I did read some regex tutorials, but I still can't find a way to do it. Something like
Code:
(?i)(lottery|claims officer|winning){3}would also match "lottery lottery lottery". Could somebody show me the solution?
Regards, thtran
This thread was automatically locked due to age.