Macro nom_regex::re_bytes_captures[][src]

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

re_bytes_captures!(regexp) => &[T] -> IResult<&[T], Vec<Vec<&[T]>>> Returns the capture groups of all matches.

Requires the regexp feature.