Functions
ENCODEURL
Percent-encode a URL string per RFC 3986
Try it
When to use it
When should I use ENCODEURL?
Use ENCODEURL to percent-encode a string per RFC 3986, making it safe to embed as a query parameter in a URL by escaping spaces and special characters.
Used in
Syntax
ENCODEURL(url)