Returns the character set for characters allowed in a fragment URL component.
SDKs
- iOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Framework
- Foundation
Declaration
static var urlFragmentAllowed: Character Set { get }
Returns the character set for characters allowed in a fragment URL component.
SDKs
Framework
static var urlFragmentAllowed: Character Set { get }
static var url Host Allowed: Character Set
Returns the character set for characters allowed in a host URL subcomponent.
static var url Password Allowed: Character Set
Returns the character set for characters allowed in a password URL subcomponent.
static var url Path Allowed: Character Set
Returns the character set for characters allowed in a path URL component.
static var url Query Allowed: Character Set
Returns the character set for characters allowed in a query URL component.
static var url User Allowed: Character Set
Returns the character set for characters allowed in a user URL subcomponent.