65,186
社区成员




<a href="./n0866_mitsuka_koizumi_tg_j.html">
std::smatch m;
std::regex re("\"./n(.*)\">");
strBuffer = "<a href=\"./n0866_mitsuka_koizumi_tg_j.html\">";
while (std::regex_match(strBuffer, m, re, std::regex_constants::match_default))
{
cout << "================" << endl;
cout << m[0] << endl << m[1] << endl;
}