Just do a must contain string for the users you want and also the must not contain advanced regex (?!(blah|blah1)) in the rule. I also recommend splitting rules up for readability vs creating overly complex regex's that require too much thought the next time you look at them (I myself have killed some rules using regex and forgotten how they work).
↧