Skip to main content
Version: Streamsheets 3.0

URL.QUERY

Gets the query string of a URL.

Syntax

=URL.QUERY(URL)

Arguments

NameTypeDescription
URLStringThe URL.

Return

TypeDescription
StringQuery string of a URL

Examples

FormulaResultComment
=URL.QUERY("https://cedalo.com/blog?sort=date")
?sort=date