ENCODEURL

Converts text using the UTF-8 encoding, so it can be used as a URL query parameter.

Parameter List

Syntax
ENCODEURL(text)
text

The text to be encoded. For example: "http://stripe.com".

Examples

ENCODEURL("https://stripe.com") returns https%3A%2F%2Fstripe.com