Macro process_regexp_array_match

Source
macro_rules! process_regexp_array_match {
    ($array:expr, $regex_array:expr, $flags_array:expr, $list_builder:expr) => { ... };
}