目次CocoaのリファレンスHome 目次
このサイトはこちらに移転しました。

内容の保証はしません。



NSMutableString

変更可能な文字列オブジェクト

stringWithCapacity:変更可能文字列を作って返します
initWithCapacity:変更可能な文字列を初期化して返します
appendFormat:文字列を指定した書式で末尾に追加します
appendString:文字列を末尾に追加します
deleteCharactersInRange:指定した範囲の文字列を削除します
insertString:atIndex:変更可能な文字列に文字列を指定した位置に挿入します
replaceCharactersInRange:withString:
変更可能な文字列の指定した範囲の文字列を別の文字列と置き換えます
replaceOccurrencesOfString:withString:options:range:
文字を置き換えます。
setString:文字列をセットします変更可能な文字列の全ての文字列が置き変わります

ホーム