URL.HOST
Gets the host of a URL.
Syntax
=URL.HOST(URL)
Arguments
Name | Type | Description |
---|---|---|
URL | String | The URL. |
Return
Type | Description |
---|---|
String | Host of URL |
Examples
Formula | Result | Comment |
---|---|---|
| test.mosquitto.org:1883 |
Gets the host of a URL.
Syntax
=URL.HOST(URL)
Arguments
Name | Type | Description |
---|---|---|
URL | String | The URL. |
Return
Type | Description |
---|---|
String | Host of URL |
Examples
Formula | Result | Comment |
---|---|---|
| test.mosquitto.org:1883 |