$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] boost::regex_search url/uri match help
From: John Maddock (john_at_[hidden])
Date: 2009-03-31 11:49:53
> This doesn't take in boost::regex.
Unless I'm missing something it should be valid in pcre either as the "++"
part is invalid?
Ah my mistake: the ++ quantifier looks to be a new addition to Perl 5.10 and
I haven't caught up yet, try replacing with just "+".
HTH, John.