Function re_find

Source
pub fn re_find<'a>(
    re: &'a Lazy<Regex>,
) -> impl Fn(LocatedSpan<&'a str>) -> IResult<LocatedSpan<&'a str>, LocatedSpan<&'a str>, LocatedParseError>