[][src]Macro nom::re_bytes_capture_static

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

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

requires the regexp_macros feature