nstcl  >  Documentation  >  nstcl-http  >  ns_urldecode

Tcl Powered!

ns_urldecode

NAME

ns_urldecode — Performs "URL decoding" on a given string

SYNOPSIS

package require nstcl-http ?1.0?
package require nstcl ?1.0?

::nstcl::ns_urldecode string

DESCRIPTION

ns_urldecode performs URL decoding (see RFC 1738) on a given input string and returns the decoded result.

KEYWORDS

http, nstcl