macro_rules! re_captures_static {
    ($i:expr, $re:expr) => { ... };
}
Expand description

re_captures_static!(regexp) => &[T] -> IResult<&[T], Vec<Vec<&[T]>>> Returns all the capture groups. Regular expression calculated at compile time

requires the regexp_macros feature