Macro process_regexp_match

Source
macro_rules! process_regexp_match {
    ($array:expr, $regex:expr, $list_builder:expr) => { ... };
}