Skip to main content
Version: Streamsheets 3.0

URL.PASSWORD

Gets the password portion of a URL.

Syntax

=URL.PASSWORD(URL)

Arguments

NameTypeDescription
URLStringThe URL.

Return

TypeDescription
StringPassword within URL

Examples

FormulaResultComment
=URL.PASSWORD("https://admin:s3cr3t@cedalo.com")
s3cr3t