pub fn sanitize_for_ascii_quoted_string(value: &str) -> Cow<'_, str>Available on crate feature
api only.Expand description
Remove characters that do not pass is_ascii_string_quotable() from the given string.
pub fn sanitize_for_ascii_quoted_string(value: &str) -> Cow<'_, str>api only.Remove characters that do not pass is_ascii_string_quotable() from the given string.