[][src]Macro nom::re_find

macro_rules! re_find {
    ($i:expr, $re:expr) => { ... };
}
This is supported on crate feature regexp only.

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

Requires the regexp feature.