pub fn convert_escaped_text(input: &str) -> IResult<&str, String>
Convert text with escapes (no surrounding quotes) to a decoded string.