Skip to main content
Version: Streamsheets 3.0

URL.HOST

Gets the host of a URL.

Syntax

=URL.HOST(URL)

Arguments

NameTypeDescription
URLStringThe URL.

Return

TypeDescription
StringHost of URL

Examples

FormulaResultComment
=URL.HOST("mqtt://test.mosquitto.org:1883")
test.mosquitto.org:1883