[][src]Macro nom::re_bytes_find_static

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

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

requires the regexp_macros feature