I wish to find all the items that match some field - but in addition, exclude from the results those items that match multiple regular expressions. what's the syntax here?
in other words: find X and (not regex y) and (not regex z) etc.
a similar question with a single phrase and some additional data can be found here: Mongo regex for "not match" or inverse