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

endIndex

A string’s “past the end” position—that is, the position one greater than the last valid subscript argument. 文字列の「終わりを過ぎた」位置—すなわち、最後の有効な添え字引数より1つ大きい位置。

Declaration 宣言

var endIndex: String.Index { get }

Discussion 解説

In an empty string, endIndex is equal to startIndex. 文字列が空ならば、endIndexstartIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る