Function html_escape::decode_html_entities
source ยท pub fn decode_html_entities<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>
Expand description
Decode html entities in a given string.
pub fn decode_html_entities<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>
Decode html entities in a given string.