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

Encodes a string using percent-encoding.

Parameter Description
str String to be encoded

Example

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