Boost logo

Boost Users :

From: Mads M.P. (c_at_[hidden])
Date: 2002-08-05 04:06:19


Thanks - then I'll just have to combine the words in seperate regular
expressions from the string created by the user. I'm working on it :)

Regards
Mads
----- Original Message -----
From: "Edward Diener" <eddielee_at_[hidden]>
Newsgroups: gmane.comp.lib.boost.user
Sent: Saturday, August 03, 2002 6:04 PM
Subject: Re: Logical AND

> Regular expressions match sequences of characters. Your match says to
match
> a string when both of 2 different matching possibilities exist anywhere in
> the string. To do this you must use 2 separate regular expression matches
> separating them by the normal C++ "&&" operator.
>
> "Mads M.P." <yg-boost-users_at_[hidden]> wrote in message
> news:aig3j7$u83$1_at_main.gmane.org...
> > I've been looking for a parameter like "AND" when using regular
> expressions
> > (from boost 1.28).
> > I need a match on "a AND is" when searching a sentence like "This is a
> > test".
> > Is there a way to create such a search string by using regular
expressions
> ?
>
>
>
>
>
>


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