r3                256 Functions.cpp      boost::u32regex r3(boost::make_u32regex("([^<]+)<([LW])([0-9]+)>(.+)"));
r3                264 Functions.cpp          if (boost::u32regex_match(s.c_str(), m, r3)) {
r3                316 Functions.cpp      boost::regex r0, r1, r2, r3; // 正規表現パターン
r3                320 Functions.cpp      r3 = boost::regex("[\"]");
r3                324 Functions.cpp      s = boost::regex_replace(s, r3, "&quot;");