[][src]Macro nom::re_bytes_match_static

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

re_bytes_match_static!(regexp) => &[T] -> IResult<&[T], &[T]> Returns the whole input if a match is found. Regular expression calculated at compile time

requires the regexp_macros feature