Function escape_double_quote

Source
pub fn escape_double_quote(identifier: &str) -> Cow<'_, str>
Expand description

Escape double-quote (") character occurrences by doubling them ("").