Contents

urlFragmentAllowed

Returns the character set for characters allowed in a fragment URL component.

Declaration

class var urlFragmentAllowed: CharacterSet { get }

Discussion

The fragment component of a URL is the component after a # symbol. For example, in the URL http://www.example.com/index.html#jumpLocation, the fragment is jumpLocation.

See Also

Getting Character Sets for URL Encoding