pub fn percent_decode(s: &str) -> Cow<'_, str>
Expand description

Decodes the URI encoding.

If any errors surface, s is returned.