Code Archive Skip to content Google About Google Privacy Terms
Objective-Cの文字列置換。WEB上にそれほど多く情報がのっていなかったのでメモ。 replaceOccurrencesOfStringを使えば置換できる。 以下ではhogefugaという文字をhogehogeに変更する。 NSMutableString *tstr = [NSMutableString stringWithString:@"hogefuga"]; int ret = [tstr replaceOccurrencesOfString: �@"fuga" � withString: �@"hoge" options:0 range:NSMakeRange( �0 �, [tstr length] �) ];
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く