pub fn convert_escaped_text(input: &str) -> IResult<&str, String>Expand description
Convert text content containing escape sequences to literal text.
This function takes escaped content (without quotes) and processes any escape sequences, building the final string representation.