[][src]Function html_escape::decode_script

pub fn decode_script<S: ?Sized + AsRef<str>>(text: &S) -> Cow<str>

Decode script text in a given string. Unescape <\/script> to </script>.