func append(String)
Adds to the end of the receiver the characters of a given string.
レシーバの終わりにある与えられた文字列の文字を加えます。
func applyTransform (StringTransform, reverse: Bool, range: NSRange, updatedRange : NSRangePointer?) -> Bool
Transliterates the receiver by applying a specified ICU string transform.
レシーバをある指定されたICU文字列変換を適用することによって翻字します。
func deleteCharacters (in: NSRange)
Removes from the receiver the characters in a given range.
レシーバからある与えられた範囲の中の文字を取り除きます。
func insert(String, at: Int)
Inserts into the receiver the characters of a given string at a given location.
レシーバにある与えられた文字列の文字をある与えられた位置で挿入します。
func replaceOccurrences (of: String, with: String, options: NSString.CompareOptions, range: NSRange) -> Int
Replaces all occurrences of a given string in a given range with another given string, returning the number of replacements.
ある与えられた文字列の全ての発生をある与えられた範囲において別の与えられた文字列で置き換えます、置き換えの数を返します。
func setString (String)
Replaces the characters of the receiver with those in a given string.
レシーバの文字をある与えられた文字列の中のそれらで置き換えます。