Skip to main content
Version: Streamsheets 3.0

URL.PATHNAME

Gets the path portion of a URL.

Syntax

=URL.PATHNAME(URL)

Arguments

NameTypeDescription
URLStringThe URL.

Return

TypeDescription
StringPath of a URL

Examples

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