$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mayo (g17mayo_at_[hidden])
Date: 2001-06-11 05:42:01
--- In boost_at_y..., John Maddock <John_Maddock_at_c...> wrote:
>
> >Any ideas?
>
> Remember that regex_match will only return a match if it matches the
> *whole* of the text input - it's really designed for things like
validating
> data input, if you want to search for a match *somewhere* within
your text,
> then use regex_search instead.
>
>
> - John Maddock
> http://ourworld.compuserve.com/homepages/john_maddock/
Thanks a lot john!
You were right, problem sorted. My mistake all along.
Regards,
George