pub fn get_string<'a, E>(s: Span<'a>) -> IResult<Span<'a>, String, E>where E: ParseError<Span<'a>> + ContextError<Span<'a>>,