Table of Contents
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‘.
73 views June 1, 2018 admin 0
Table of Contents
This Custom Field URL-decodes a given string.
URLDECODE(String)
Element | String |
String | The string to decode. |
URLDECODE(‘Here%20is%20an%20example‘) will produce ‘Here is an example‘.