INET.CRACK_URL function

This article describes the formula syntax of the INET.CRACK_URL function.

Description

Cracks a URL into its component parts.

Syntax

INET.CRACK_URL(url, _flag, _headers)

url is a URL.
_flag is an optional flags that is either ICU_DECODE() or ICU_ESCAPE().
_headers is an optional boolean indicating header keys should be returned.

This function returns the scheme, host, port, user, password, path, and extra information of a URL.