Skip to main content
Version: Streamsheets 3.0

URL.USERNAME

Gets the username portion of a URL.

Syntax

=URL.USERNAME(URL)

Arguments

NameTypeDescription
URLStringThe URL.

Return

TypeDescription
StringUsername of a URL

Examples

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