pub fn percent_decode(s: &str) -> Cow<'_, str>
Decodes the URI encoding.
If any errors surface, s is returned.
s