urlencode(), url-encode()
Last updated
Was this helpful?
Last updated
Was this helpful?
urlencode
expects exactly one string
as a parameter. Returns a string in which all non-alphanumeric characters except -_.~ have been replaced with a percent (%) sign followed by two hex digits. Cf. url-encode
is an alias for urlencode
.