Macro nom::re_bytes_matches
source · macro_rules! re_bytes_matches { ($i:expr, $re:expr) => { ... }; }
Expand description
re_bytes_matches!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>>
Returns all the matched parts
requires the regexp
feature