Macro nom::re_bytes_match

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

re_bytes_match!(regexp) => &[T] -> IResult<&[T], &[T]> Returns the whole input if a match is found.

Requires the regexp feature.