getAllValuesAsync throws an "invalid regular expression" SyntaxError when an "email contains" targeting rule has a value containing a + sign, for example an email address. The + was being interpolated into the generated regex without escaping, breaking evaluation for every function that runs the value evaluator.