pub fn escape_in_str(chars: Chars<'_>, end: char, esc_char: char) -> String
Expand description

Escape a string enclosed in (double) quotes. The customary escape character is a backslash, but some systems require doubled quote characters To avoid double-escaping, escape characters are not escaped. Strings are thus treated as literals