macro_rules! re_find { ($i : expr, $re : expr) => { ... }; }
re_find!(regexp) => &[T] -> IResult<&[T], &[T]> Returns the first match.
re_find!(regexp) => &[T] -> IResult<&[T], &[T]>
Requires the regexp feature.
regexp