Macro nom_regex::re_capture[][src]

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

re_capture!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>> Returns the capture groups of the first match.

Requires the regexp feature.