RHTTP_URL_DECODE Function
This function replaces URL encoded escape sequences in URL and returns the decoded string.
Syntax
RHTTP_URL_DECODE(encode_string)
Syntax Elements
encode_string |
Any string containing URL encoded escape sequences. |
Operation
This function searches the string for + characters and converts them to spaces. It the converts any %xx escape sequences to their character representation.