var rangeOfFragment : Range<String.Index>?
Returns the character range of the fragment in the string returned by the string property.
文字列プロパティによって返される文字列におけるフラグメントの文字範囲を返します。
var rangeOfPassword : Range<String.Index>?
Returns the character range of the password in the string returned by the string property.
文字列プロパティによって返される文字列におけるパスワードの文字範囲を返します。
var rangeOfPath : Range<String.Index>?
Returns the character range of the path in the string returned by the string property.
文字列プロパティによって返される文字列におけるパスの文字範囲を返します。
var rangeOfPort : Range<String.Index>?
Returns the character range of the port in the string returned by the string property.
文字列プロパティによって返される文字列におけるポートの文字範囲を返します。
var rangeOfQuery : Range<String.Index>?
Returns the character range of the query in the string returned by the string property.
文字列プロパティによって返される文字列におけるクエリの文字範囲を返します。
var rangeOfScheme : Range<String.Index>?
Returns the character range of the scheme in the string returned by the string property.
文字列プロパティによって返される文字列におけるスキームの文字範囲を返します。
var rangeOfUser : Range<String.Index>?
Returns the character range of the user in the string returned by the string property.
文字列プロパティによって返される文字列におけるユーザの文字範囲を返します。