[][src]Macro nom::re_matches_static

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

re_matches_static!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>> Returns all the matched parts. Regular expression calculated at compile time

requires the regexp_macros feature