[][src]Macro nom::re_find_static

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

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

requires the regexp_macros feature