func rangeOfComposedCharacterSequences (for: NSRange) -> NSRange
Returns the range in the string of the composed character sequences for a given range.
ある与えられた範囲に対して、合成文字列のその文字列における範囲を返します。
Availability 有効性
Technology
anIndex
The index of a character in the receiver. The value must not exceed the bounds of the receiver. レシーバの中のある文字のインデックス。値は、レシーバの境界を越えてはいけません。
The range in the receiver of the composed character sequence located at an
.
an
で場所指定される合成文字列のこのレシーバでの範囲。
The composed character sequence includes the first decomposed base letter found at or before an
, and its length includes the decomposed base letter and all combining characters that follow.
合成文字列は、an
でまたはその前で見つけられる最初の分解ベース文字を含みます、そしてそれの長さは分解されたベース文字とそれに続く全ての結合している文字を含みます。
func rangeOfComposedCharacterSequences (for: NSRange) -> NSRange