for (int i = 0; i < s.length(); i++) { if (s.substr(i, 3) == "kot") { s.replace(i, 3, "pes"); } } вопросы?