Skip to main content
Version: Streamsheets 3.0

URL.HASH

Gets the fragment of a URL.

Syntax

=URL.HASH(URL)

Arguments

NameTypeDescription
URLStringThe URL.

Return

TypeDescription
StringThe hash

Examples

FormulaResultComment
=URL.HASH("http://cedalo.com#a_value")
#a_value