pub(crate) fn regex_match_dyn( left: ArrayRef, right: ArrayRef, not_match: bool, flag: bool, ) -> Result<ArrayRef>