Macro peel_ip::prelude::take_until_and_consume_s []

macro_rules! take_until_and_consume_s {
    ( $ input : expr , $ substr : expr ) => { ... };
}

take_until_and_consume_s!(&str) => &str -> IResult<&str, &str> generates a parser consuming all chars until the specified string is found and consumes it