I just figured this out for myself, so in case somebody else didn't realize it I'll put it here.
It's possible to do an
or statement on a text column by using the "match pattern" and then putting (whatever1|whatever2).
As well, I was able to reduce multiple "does not contain..." conditions into one by changing it to "does not match pattern..." and combining them into (exclude1|exclude2|exclude3).