regex_match_dyn

Function regex_match_dyn 

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