|
ns_urldecode Performs "URL decoding" on a given string
package require nstcl-http ?1.0?
package require nstcl ?1.0?::nstcl::ns_urldecode string
ns_urldecode performs URL decoding (see RFC 1738) on a given input string and returns the decoded result.
http, nstcl