Function Block RAW_URL_DECODE

The Function Block RAW_URL_DECODE decodes a URL-encoded string.

Input

The input defines the string to be processed.

Output

Returns a string at the output, in which sequences starting with a percent sign (%) followed by two hex values are replaced by their original character.

For example, "foo%20bar%40baz" becomes "foo bar@baz".

See Also