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

replaceCharacters(in:with:)

Replaces the characters and attributes in a given range with the characters and attributes of the given attributed string. ある与えられた範囲の中の文字と属性をこの与えられた属性付き文字列の文字と属性で置き換えます。

Declaration 宣言

func replaceCharacters(in range: NSRange, 
                  with attrString: NSAttributedString)

Parameters パラメータ

aRange

The range of characters and attributes replaced. 置き換えられる文字と属性の範囲。

attributedString

The attributed string whose characters and attributes replace those in the specified range. この属性付き文字列の文字と属性を、この指定された範囲の中のそれらと置き換えます。

Discussion 議論

Raises an rangeException if any part of aRange lies beyond the end of the receiver’s characters. rangeExceptionを引き起こします、もしaRangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。

See Also 参照

Changing Characters and Attributes