有没有办法用另一个字符串替换所有出现的子字符串std::string?
例如:
void SomeFunction(std::string& str)
{
str = str.replace("hello", "world"); //< I'm looking for something nice like this
}
白板的微信
小怪兽爱吃肉
相关分类