Macro nom::re_bytes_match [−][src]
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.