Name
url:GetFragment -- get fragment part of URL (V2.0)
Synopsis
fragment$ = url:GetFragment([flags])
Function
Gets the fragment part from the specified URL object. The hash sign in the URL is not part of the actual fragment contents.

The optional flags parameter can be a combination of flags as described in the documentation of the hurl.URL() function. See hurl.URL for details.

Inputs
flags
optional: combination of flags
Results
fragment$
fragment part of URL

Show TOC