[][src]Macro nom::re_bytes_find

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

re_bytes_find!(regexp) => &[T] -> IResult<&[T], &[T]> Returns the first match

requires the regexp feature