String manipulation

URLDECODE – URL-decode a given string

64 views June 1, 2018 admin 0

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

Was this helpful?