URI Encode | ENCODE_URI

Syntax

ENCODE_URI( [value] )

Parameters

value
A TEXT value to encode. If it is not a TEXT value, it will be converted to one with the STRING operation.

Return Value

A URI encoded TEXT value.

Description

Encode a TEXT value as a URI component.

Examples

ENCODE_URI(";,/?:@&=+$") # returns "%3B%2C%2F%3F%3A%40%26%3D%2B%24"