Instance Property インスタンスプロパティ

user

The user name, conforming to RFC 1808. ユーザ名、RFC 1808に準拠します。

Declaration 宣言

var user: String? { get }

Discussion 議論

This property contains the user name, unescaped using the replacingPercentEscapes(using:) method. If the receiver’s URL does not conform to RFC 1808, this property returns nil. For example, in the URL ftp://username@www.example.com/, the user name is username. このプロパティは、ユーザ名を含みます、replacingPercentEscapes(using:)メソッドを使ってアンエスケープされます。レシーバの持つURLがRFC 1808に準拠しないならば、このプロパティはnilを返します。例えば、URL ftp://username@www.example.com/において、ユーザ名はusernameです。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする