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_PORT(<URLĀ string>)

Description

Gets the port number of the URL provided as string.

Examples

Column1URL_PORT returns

http://www.mydomain.com:80/path/

80

http://www.myexample.com:8080/index.jspx

8080

http://www.google.de/ig?hl=de

-1


  • No labels