Boost logo

Boost Users :

Subject: Re: [Boost-users] Help needed in creating Regex...
From: Anthony Foiani (tkil_at_[hidden])
Date: 2012-01-11 22:34:09


Subhash Nagre <snagre.mumbai_at_[hidden]> writes:

> Now in my regex, I want that if any of the words occur from my
> vector, it should NOT be a seperate sentence. Any idea how can I
> create this Regular expression

I'd suggest not trying to do *everything* with a single regex.

Why not just have a regex that is "sequence of stuff up to and
including a period", and then analyze the resulting matches to see
what constitutes an actual sentence?

Best Regards,
Tony


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