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

rangeOfQuery

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

Declaration 宣言

var rangeOfQuery: 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文字列表現において位置決めする