URL_REF
Syntax
URL_REF(<URLÂ string>)
Description
Gets the anchor (reference) of the URL provided as string.
Examples
Column1 | URL_REF returns |
---|---|
http://google.de/#section3 | section3 |
http://www.example.com/folder/page.html#cab55 | cab55 |
http://www.datameer.com/#newfeatures | newfeatures |