Macro nom_regex::re_match[][src]

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.