pub fn percent_decode(input: &str) -> String
Decode percent-encoded characters in a URL string (e.g. %20 → ).
%20