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

startIndex

The position of the first character in a nonempty string. 空でない文字列の中の最初の文字の位置。

Declaration 宣言

var startIndex: String.Index { get }

Discussion 解説

In an empty string, startIndex is equal to endIndex. 空の文字列において、endIndexstartIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る