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

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

requires the regexp_macros feature