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