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!