pub fn regex_match<O: Offset>(
    values: &Utf8Array<O>,
    regex: &Utf8Array<O>
) -> Result<BooleanArray>
Available on crate feature compute_regex_match only.
Expand description

Regex matches