$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-07-04 17:56:25
Jeff Garland wrote:
> Thorsten Ottosen wrote:
> 
>>If the problem is bad documentation/tutorials, then I think we should 
>>fix that instead.
> 
> 
> Nope, that's not really the problem.
> I don't really have a problem with the documentation.  I think each of the 
> various docs are good by themselves.  
> 
> template <class OutputIterator, class BidirectionalIterator, class traits, 
> class charT>
> OutputIterator regex_replace(OutputIterator out,
>                             BidirectionalIterator first,
>                             BidirectionalIterator last,
>                             const basic_regex<charT, traits>& e,
>                             const basic_string<charT>& fmt,
>                             match_flag_type flags = match_default);
> 
> template <class traits, class charT>
> basic_string<charT> regex_replace(const basic_string<charT>& s,
>                              const basic_regex<charT, traits>& e,
>                              const basic_string<charT>& fmt,
>                              match_flag_type flags = match_default);
> 
> 
> My first reaction when I read this is, wow, interesting, but how do I use it? 
That's the job of a toturial.
-Thorsten