
The Function Block RAW_URL_DECODE decodes a URL-encoded string.
The input defines the string to be processed.
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".