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

URLDECODE – URL-decode a given string

Overview

This Custom Field URL-decodes a given string.

Syntax

URLDECODE(String)

Element String
String The string to decode.

Example

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

See also

URLENCODE

URLSTR

Table of Contents