Boost logo

Boost Users :

Subject: Re: [Boost-users] [xpressive] Overlapping match results?
From: Dave Jenkins (david_at_[hidden])
Date: 2008-12-16 05:28:38


"Eric Niebler" <eric_at_[hidden]> wrote in message
news:4947420E.60708_at_boost-consulting.com...
>
> The regex iterators only give non-overlapping results. If you want to find
> overlapping results, you can use the regex_search() algorithm iteratively,
> specifying the start position as what[0].first+1 instead of
> what[0].second.

Thanks, Eric. That's what I needed.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net