pub fn decode_style_double_quoted_text<S: ?Sized + AsRef<str>>(
    text: &S
) -> Cow<'_, str>
Expand description

Decode text from a double quoted text in the <style> element.

The following substring and character are unescaped:

  • <\/style> => </style>
  • \" => "