[−][src]Macro nom::re_bytes_matches
re_bytes_matches!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>>
Returns all the matched parts
requires the regexp
feature
re_bytes_matches!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>>
Returns all the matched parts
requires the regexp
feature