func deleteCharacters (in: NSRange)
Deletes the characters in the given range along with their associated attributes.
与えられた範囲の中の文字をそれらの結び付けられた属性と一緒に削除します。
Availability 有効性
Technology
aRange
A range specifying the characters to replace. 置き換えることになる文字を指定しているある範囲。
aString
A string specifying the characters to replace those in a
.
a
の中のそれらを置き換えることになる文字を指定している文字列。
The new characters inherit the attributes of the first replaced character from a
. Where the length of a
is 0, the new characters inherit the attributes of the character preceding a
if it has any, otherwise of the character following a
.
新しい文字は、a
から最初に置き換えられる文字の属性を継承します。a
の長さが0であるところで、新しい文字列はa
に先行する文字の、もしそれが何か持つならば、そうでなければa
に続く文字の属性を継承します
Raises an range
if any part of a
lies beyond the end of the receiver’s characters.
range
を引き起こします、もしa
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
func deleteCharacters (in: NSRange)