Comment on page
URL functions
This section describes the following URL functions:
TOP_PRIVATE_DOMAIN
: Get the top private domain from a domain name. For example, for www.example.com will return example.com
URL_ENCODE
: Escapes a value by encoding it so that it can be safely included in URL query parameter names and values.
Last modified 1yr ago