- replaceCharactersInRange:withString:
Replaces the characters in the given range with the characters of the given string.
与えられた範囲の中の文字をこの与えられた文字列の文字と置き換えます。
Availability 有効性
Technology
- (void)deleteCharactersInRange:(NSRange
)range;
aRange
A range specifying the characters to delete. 削除する文字を指定しているある範囲。
Raises an NSRange
if any part of a
lies beyond the end of the receiver’s characters.
NSRange
を引き起こします、もしa
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
- replaceCharactersInRange:withString:
- replaceCharactersInRange:withAttributedString: