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