Skip to content
Chris Petersen edited this page Sep 18, 2015 · 1 revision

Decodes a string in percent-encoding.

Parameter Description
str String to be decoded

Example

> (url-decode "this%20is%20a%20test")
"this is a test"
Clone this wiki locally