urlPasswordAllowed
Returns the character set for characters allowed in a password URL subcomponent.
Declaration
class var urlPasswordAllowed: CharacterSet { get }Discussion
The password component of a URL is the component immediately following the colon after the username component of the URL, and ends at the @ sign. For example, in the URL http://username:password@www.example.com/index.html, the pass component is password.