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

deleteCharacters(in:)

Deletes the characters in the given range along with their associated attributes. 与えられた範囲の中の文字をそれらの結び付けられた属性と一緒に削除します。

Declaration 宣言

func deleteCharacters(in range: NSRange)

Parameters パラメータ

aRange

A range specifying the characters to delete. 削除する文字を指定しているある範囲。

Discussion 議論

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

See Also 参照

Changing Characters

Related Documentation 関連文書