Macro nom::re_bytes_matches[][src]

macro_rules! re_bytes_matches {
    ($i:expr, $re:expr) => { ... };
}
This is supported on crate features regexp and alloc only.
Expand description

re_bytes_matches!(regexp) => &[T] -> IResult<&[T], Vec<&[T]>> Returns all the matched parts.

Requires the regexp feature.