|
Boost Users : |
From: Edward Diener (eddielee_at_[hidden])
Date: 2002-08-03 11:04:26
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