Function mz_regexp::regexp_split_to_array

source ·
pub fn regexp_split_to_array<'a>(text: &'a str, regexp: &Regex) -> Vec<&'a str>