j
k
j a
j l
boost::regex re("x", boost::regex_constants::icase);
That should be: boost::regex re("x", boost::regex::perl|boost::regex_constants::icase); and then your example should work OK. John.
Back to the thread
Back to the list