[−][src]Macro nom::re_bytes_match
This is supported on crate feature
regexp only.re_bytes_match!(regexp) => &[T] -> IResult<&[T], &[T]>
Returns the whole input if a match is found.
Requires the regexp feature.
regexp only.re_bytes_match!(regexp) => &[T] -> IResult<&[T], &[T]>
Returns the whole input if a match is found.
Requires the regexp feature.