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

rangeOfComposedCharacterSequences(for:)

Returns the range in the string of the composed character sequences for a given range. ある与えられた範囲に対して、合成文字列のその文字列における範囲を返します。

Declaration 宣言

func rangeOfComposedCharacterSequences(for range: NSRange) -> NSRange

Parameters パラメータ

range

A range in the receiver. The range must not exceed the bounds of the receiver. レシーバにおけるある範囲。範囲は、レシーバの境界を越えてはいけません。

Return Value 戻り値

The range in the receiver that includes the composed character sequences in range. rangeにおける合成文字列を含む、レシーバにおける範囲。

Discussion 議論

This method provides a convenient way to grow a range to include all composed character sequences it overlaps. このメソッドは、一部重なる全ての合成文字列を含めるようにある範囲を膨らます、便利な方法を提供します。

See Also 参照

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