Macro nom_regex::re_bytes_capture [−][src]
macro_rules! re_bytes_capture { ($i : expr, $re : expr) => { ... }; }
Expand description
re_bytes_capture!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>>
Returns the capture groups of the first match.
Requires the regexp
feature.