Replace

文字列内でサブストリングを置換します。

uint  Replace(
  const string  substring,    // 置き換えられるサブストリング
  const string  newstring      // 新しいサブストリング
  )

パラメータ

substring

[in]   検索するサブストリング

newstring

[in]  置き換えに使用されるサブストリング

戻り値

置き換えられたサブストリングの数