So the 'Filter out by regular expressions' option, I #needhelp understanding how to filter out both foo and bar. Comma separating doesn't seem to work. p.s. I suck at Regex, so go easy on me :)
@MattEllery that should be something like /foo|bar/
@vigicorsaire awesome, that's just what I was looking for. Thanks!
@MattEllery I wrote a post on how I went about including a spoiler filter for Star Wars a while back with some nifty tools that can be used to test your regex. Might be useful: https://ndarville.com/blog/2015/12/13/star-wars-filter/.