String manipulation

URLENCODE – URL encode a given string

80 views June 1, 2018 admin 0

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

Was this helpful?