Macro nom::re_match

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

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

requires the regexp feature