r0 316 Functions.cpp boost::regex r0, r1, r2, r3; // 正規表現パターン r0 317 Functions.cpp r0 = boost::regex("[&]"); r0 321 Functions.cpp s = boost::regex_replace(s, r0, "&");