[][src]Macro nom::re_bytes_match

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

re_bytes_match!(regexp) => &[T] -> IResult<&[T], &[T]> Returns the whole input if a match is found

requires the regexp feature