Url-Frag

(url-frag url or http-url) -> string or #f

Returns the Fragment field of the given <url> or <http-url>.

Example:

>> (define fragmented (string->url "http://en.wikipedia.org/wiki/Scheme_programming_language#Hello_World"))
:: #f
>> (url-frag fragmented)
:: "Hello_World"