URL_FILE
Syntax
URL_FILE(<URLÂ string>)
Description
Gets the file name of the URL provided as string.
Examples
Column1 | URL_FILE returns |
---|---|
file:///path/index.html | index.html |
http://www.datameer.com/index.html | index.html |
http://user:password@sublevel.toplevel.root:80/resource | resource |
http://user:password@sublevel.toplevel.root:80/ | " " |
http://user:password@sublevel.toplevel.root:80 | " " |