fn fg(
input: &str,
beg_excl: Pat,
beg_incl: Pat,
end_incl: Pat,
end_excl: Pat,
beg2_excl: Option<Pat>,
beg2_incl: Option<Pat>,
end2_incl: Option<Pat>,
end2_excl: Option<Pat>,
combine: bool,
) -> Option<MMatch>Expand description
find_observe_groups 的简写封装。