pub fn parse_string_ref<'a, E>(input: &'a [u8]) -> IResult<&'a [u8], String, E>where E: ParseError<&'a [u8]> + ContextError<&'a [u8]>,