|
Boost Users : |
From: John Maddock (john_at_[hidden])
Date: 2006-04-06 12:18:46
> I just noticed that I posted the wrong regex.
> My latest regex was:
:-)
> (.)=(?(\")[^\"]*|[\\S]*)
That shouldn't be a valid regex, a similar alternative would be:
(.)=(?(?=\")\"[^\"]*\"|[\\S]*)
John.
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