Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

URL_USERINFO(<URLĀ string>)

Description

Gets the user info part of the URL provided as string.

Examples

Column1URL_USERINFO returns

http://user:password@sublevel.toplevel.root:80/path/file.ext?query=string#fragment

user:password

http://myaccess:mysecret@example.com/index.shtml

myaccess:mysecret

  • No labels