Tagged Questions

7
votes
5answers
1k views

How to “URL decode” a string in Emacs Lisp?

I've got a string like "foo%20bar" and I want "foo bar" out of it. I know there's got to be a built-in function to decode a URL-encoded string (query string) in Emacs Lisp, but for the life of me I ...