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 can't find it today, either in my lisp/ folder or with google.
Anybody remember what it's called?
|
|
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 can't find it today, either in my lisp/ folder or with google. Anybody remember what it's called?
|
||
|
|
|
|
|
||
|
|
|
I think you're making it a little too hard:
|
||
|
|
|
|
||
|
|
|
|
Emacs is shipped with an URL library, that provides a bunch of URL parsing functions—as huaiyuan and Charlie Martin already pointed out. Here is a small example that'd give you an idea how to use it:
I think is better to rely on it than |
|||
|
|