[][src]Macro nom::re_match

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

re_match!(regexp) => &[T] -> IResult<&[T], &[T]> Returns the whole input if a match is found

requires the regexp feature