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_DECODE: Unescapes a URL encoded value.

  • URL_ENCODE: Escapes a value by encoding it so that it can be safely included in URL query parameter names and values.

  • URL_PARSER: Parses the URI/URL into its component parts

Last updated