RHTTP_URL_ENCODE Function

This function replaces URL special characters with their escape sequence.

Syntax

RHTTP_URL_ENCODE(any_string)

Syntax Elements

any_string

Any string that needs to be used as a URL path string or an element of a URL query string.

Operation

This function searches the string for URL special characters and converts them to the appropriate escape sequence.