Function Block URL_DECODE

The Function Block URL_DECODE decodes a URL-encoded string.

Input

The input defines the string to be decoded.

Output

Returns the decoded string. Each %## encoding of a given string is decoded. Plus signs ('+') are converted into spaces.

See Also