Macro nom::re_bytes_find [−][src]
This is supported on crate feature
regexp only.re_bytes_find!(regexp) => &[T] -> IResult<&[T], &[T]>
Returns the first match.
Requires the regexp feature.
regexp only.re_bytes_find!(regexp) => &[T] -> IResult<&[T], &[T]>
Returns the first match.
Requires the regexp feature.