Instance Method インスタンスメソッド

rangeOfComposedCharacterSequence(at:)

Returns the range in the receiver of the composed character sequence located at a given index. 与えられたインデックスで位置する合成文字シーケンスのこのレシーバでの範囲を返します。

Declaration 宣言

func rangeOfComposedCharacterSequence(at index: Int) -> NSRange

Parameters パラメータ

anIndex

The index of a character in the receiver. The value must not exceed the bounds of the receiver. レシーバの中のある文字のインデックス。値は、レシーバの境界を越えてはいけません。

Return Value 戻り値

The range in the receiver of the composed character sequence located at anIndex. anIndexで場所指定される合成文字列のこのレシーバでの範囲。

Discussion 議論

The composed character sequence includes the first decomposed base letter found at or before anIndex, and its length includes the decomposed base letter and all combining characters that follow. 合成文字列は、anIndexでまたはその前で見つけられる最初の分解ベース文字を含みます、そしてそれの長さは分解されたベース文字とそれに続く全ての結合している文字を含みます。

See Also 参照

Determining Composed Character Sequences 合成文字シーケンスを特定する