Macro nom::re_bytes_find

source ·
macro_rules! re_bytes_find {
    ($i:expr, $re:expr) => { ... };
}
Available on crate feature regexp only.
Expand description

re_bytes_find!(regexp) => &[T] -> IResult<&[T], &[T]> Returns the first match.

Requires the regexp feature.