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

Decode html entities in a given string.