C++ replace()函数返回string 能放的最大元素个数。(不同于capacity)
size _ type max _ size( ) const; basic_string
= s.capacity ( ); max = s.max_size ( ); // max=4294967294.
basic_string::rfind 寻找给定的string。返回找到的第一个string 下标值;如果没找到
则返回npos。
与find 不同的是:rfind 默认从npos 开始找。其他相同。
basic_string::replace 将原string 中的元素或子串替换。返回替换后的string。
#include
#include
using namespace std;int main()
{
string str1("String handling C++ style.");
string str2("STL Power");cout << "Initial strings:n";
cout << "str1: " << str1 << endl;
cout << "str2: " << str2 << "nn";// demonstrate replace
cout << "Replace 8 characters in str1 with str2:n";
str1.replace(7, 8, str2);
cout << str1 << endl;return 0;
}/*
Initial strings:
str1: String handling C++ style.
str2: STL PowerReplace 8 characters in str1 with str2:
String STL Power C++ style.*/
指定具体位置#include
using std::cout;
using std::endl;#include
using std::string;int main()
{
string string1( "abc edfgh ijk lmno pqr stu vw xyz" );
cout << "Original string:n" << string1 << endl << endl;int position = string1.find( "." ); // find first period
while ( position != string::npos )
{
string1.replace( position, 2, "12345;;123", 5, 2 );
position = string1.find( ".", position + 1 );
}cout << string1 << endl;
return 0;
}/*
Original string:
abc edfgh ijk lmno pqr stu vw xyzabc edfgh ijk lmno pqr stu vw xyz
*/
insert(), erase(), and replace().#include
#include
using namespace std;
int main()
{
string str1("A");
string str2("B");
cout << "Initial strings:n";
cout << "str1: " << str1 << endl;
cout << "str2: " << str2 << "nn";
str1.insert(6, str2);
cout << str1 << "nn";
str1.erase(6, 9);
cout << str1 <<"nn";
str1.replace(7, 8, str2);
cout << str1 << endl;
return 0;
}
电神魔傀2街机免费版 官方版v1.2.1
下载三国战纪2手游腾讯渠道服 安卓版v2.41.0.0
下载三国战纪2手游抖音渠道服 安卓版v2.41.0.0
下载三国战纪2折扣服 安卓版v2.41.0.0
下载叫我大掌柜小米版 安卓版v7.4.4
叫我大掌柜小米版是这款模拟经营类手游的渠道服版本,在此版本中
cooking fever正版 安卓最新版v23.0.2
cooking fever正版是一款非常好玩的模拟经营类手游
咖啡厅的生活故事 最新版v1.7
咖啡厅的生活故事是一款模拟经营游戏,玩家们在游戏中可以经营一
迅猛龙模拟器金币不减反增版 v1.1.8
迅猛龙模拟器无限金币版是一款动物模拟类游戏,玩家们将在游戏中
泽塔奥特曼升华器免广告版 v1.4
泽塔奥特曼升华器去广告版是游戏的破解版本,在该版本中为玩家去