Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The URL-DECODE directive decodes a string from the application/x-www-form-urlencoded MIME format to a string.

Syntax

Code Block
url-decode :column

The column contains an encoded URL to be decoded.

Usage Notes

The conversion process is the reverse of that used by the URL-ENCODE directive. It is assumed that all characters in the encoded string are one of the following: a through zA through Z0 through 9, and -_., and *. The character % is allowed but is interpreted as the start of a special escaped sequence.

...