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