r4 258 Functions.cpp boost::regex r4("[<>]"); // < | > 含むかをチェックする r4 263 Functions.cpp if (boost::regex_search(s, m, r4)) {