regex 15 ConcordanceFunc.cpp boost::regex r("Mac OS X 10_([0-9]+)_.*Safari"); regex 30 Functions.cpp boost::regex r1("(^\\s*#.*|^\\s*$)"); regex 31 Functions.cpp boost::regex r2("([\\w0-9]+)[^=]*=[^\\w0-9\"]*\"?([^\"]*)\"?"); regex 88 Functions.cpp boost::regex rp1("<"); regex 89 Functions.cpp boost::regex rp2(">"); regex 90 Functions.cpp boost::regex rp3("""); regex 163 Functions.cpp boost::regex ro1("<"); regex 164 Functions.cpp boost::regex ro2(">"); regex 165 Functions.cpp boost::regex ro3("\""); regex 258 Functions.cpp boost::regex r4("[<>]"); // < | > 含むかをチェックする regex 259 Functions.cpp boost::regex r5("<.*"); // < より右の部分削除用(boost.regex バグ対応) regex 316 Functions.cpp boost::regex r0, r1, r2, r3; // 正規表現パターン regex 317 Functions.cpp r0 = boost::regex("[&]"); regex 318 Functions.cpp r1 = boost::regex("[<]"); regex 319 Functions.cpp r2 = boost::regex("[>]"); regex 320 Functions.cpp r3 = boost::regex("[\"]");