so to exclude more than one thing you need to use the /(word1|word2|word3)/i syntax?
for a single term i got /word.*/ to work, but i want to exclude more than one word for a rule.
for example. in a rss rule for xxx is use: /xxx.*/i
but i dont want 720, 1080, or dvdr to be grabbed. would the...