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

rangeOfPassword

Returns the character range of the password in the string returned by the string property. 文字列プロパティによって返される文字列におけるパスワードの文字範囲を返します。

Declaration 宣言

var rangeOfPassword: Range<String.Index>? { get }

Discussion 議論

If the component does not exist, nil is returned. 構成要素が存在しないならば、nil が返されます。

See Also 参照

Locating Components in the URL String Representation 構成要素をURL文字列表現において位置決めする