nstcl  >  Documentation  >  nstcl-http  >  ns_urlencode

Tcl Powered!

ns_urlencode

NAME

ns_urlencode — Performs "URL encoding" on a given string

SYNOPSIS

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

::nstcl::ns_urlencode string

DESCRIPTION

ns_urlencode performs URL encoding (see RFC 1738) on a given input string and returns the encoded result.

KEYWORDS

http, nstcl