[][src]Macro nom::re_capture

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

re_capture!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>> Returns the first capture group

requires the regexp feature