pub fn double_quoted_string(input: &str) -> IResult<&str, String>
Parse a double-quoted string: “hello "world"”