$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] boost::regex ++ sequence trouble
From: Simply Seven (simply7_at_[hidden])
Date: 2009-03-29 04:45:49
Hi,
My regex requires a ++ sequence like so "[a-zA-Z0-9.!%*_+`'~-]++".
But, of course "Invalid preceding regular expression", so I am not
sure how I need to escape these or whatnot. Help?
thanks you