Get the path:
{url.getpath('http://www.smartsite.nl?id=12345&q=cauliflower')}
Get the path segments:
{debug.write(url.getpathsegments('http://ixperion.smartsite.nl/Community/News/Smartsite_iXperion_11.html?foo=bar'))}
Get the querystring:
{url.getquery('http://www.smartsite.nl?id=12345&q=cauliflower')}
Get the querystring parameters:
{debug.write(url.getparameters('http://www.smartsite.nl?id=12345&q=cauliflower'))}