public static boolean matchRegex(Object left, Object right) {
   return InvokerHelper.matchRegex(left, right);
 }