Skip to main content
Version: Streamsheets 3.0

URL.HOSTNAME

Gets the hostname of a URL.

Syntax

=URL.HOSTNAME(URL)

Arguments

NameTypeDescription
URLStringThe URL.

Return

TypeDescription
StringHostname of URL

Examples

FormulaResultComment
=URL.HOSTNAME("https://cedalo.com/blog/")
cedalo.com