INET.CREATE_URL function

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

Description

creates a URL into its component parts.

Syntax

INET.CREATE_URL(scheme, host, _port, path, _user, _pass, _extra, _flag)

scheme is the URL scheme.
host is the host.
_port is the optional port number if scheme is not specified.
path is the path.
_user is the optional user.
_pass is the optional password.
_extra is the optional extra information.
_flag is an optional flags that is either ICU_DECODE() or ICU_ESCAPE().

This function creates a URL from the scheme, host, port, user, password, path, and extra information. If scheme is a one dimensional array then it uses the components in the specified order. If the scheme has two rows then the first row specifies the keys.