- appendFormat:
Adds a constructed string to the receiver.
ある組み立てられた文字列をレシーバへと加えます。
- appendString:
Adds to the end of the receiver the characters of a given string.
レシーバの終わりにある与えられた文字列の文字を加えます。
- applyTransform:reverse:range:updatedRange:
Transliterates the receiver by applying a specified ICU string transform.
レシーバをある指定されたICU文字列変換を適用することによって翻字します。
- deleteCharactersInRange:
Removes from the receiver the characters in a given range.
レシーバからある与えられた範囲の中の文字を取り除きます。
- insertString:atIndex:
Inserts into the receiver the characters of a given string at a given location.
レシーバにある与えられた文字列の文字をある与えられた位置で挿入します。
- replaceCharactersInRange:withString:
Replaces the characters from
aRange
with those in aString
.
aRange
からの文字をaString
の中のそれらで置き換えます。
- replaceOccurrencesOfString:withString:options:range:
Replaces all occurrences of a given string in a given range with another given string, returning the number of replacements.
ある与えられた文字列の全ての発生をある与えられた範囲において別の与えられた文字列で置き換えます、置き換えの数を返します。