Welcome to Catalog Tips

Search more than 200 articles to learn more about creating and automating your product catalogs

Tip: Start typing in the input box for immediate search results.

< All Topics
Print

URLENCODE – URL encode a given string

Overview

This Custom Field URL encodes a given string.

Syntax

URLENCODE(String)

Element String
String The string to encode.

Example

URLENCODE(‘Here is an example‘) will produce ‘Here%20is%20an%20example‘.

See also

URLDECODE

URLSTR

Table of Contents