[][src]Macro nom::re_bytes_captures

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

re_bytes_captures!(regexp) => &[T] -> IResult<&[T], Vec<Vec<&[T]>>> Returns the capture groups of all matches

requires the regexp feature