$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: kiran (kiran.happy_at_[hidden])
Date: 2006-08-30 01:08:27
Hi,
        I have 2 doubts
        
        1) Why is  regex expr("Resurfacing.*?Home", boost::regex::icase) getting aborted. ? 
        2) How to make boost regex behave like perl regex ? I mean "dot" in boost::regex is taking new lines as well. How to prevent this ?
            Is "boost::regex::perl" flag the answer to the question ?
Thanks in advance
Kiran.