Skip to main content

decode

Function decode 

Source
pub fn decode(s: &str) -> String
Expand description

Decode the entity subset above; return everything else byte-for-byte.

Total: an unrecognized token, a bare &, or an unterminated entity all pass through literally rather than being dropped or erroring.