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