Macro nom::re_bytes_matches [−][src]
This is supported on crate features
regexp and alloc only.re_bytes_matches!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>>
Returns all the matched parts.
Requires the regexp feature.