Macro peel_ip::prelude::take_until_either_and_consume
[−]
macro_rules! take_until_either_and_consume { ( $ input : expr , $ arr : expr ) => { ... }; }
take_until_either_and_consume!(tag) => &[T] -> IResult<&[T], &[T]>
consumes data until it finds any of the specified characters, and consume it