Yes, you are right. I overlooked it and used the wrong search term.
Thanks
2011/9/14 Eric Niebler
(Please don't top-post)
On 9/13/2011 6:54 PM, Jens Saathoff wrote:
Is it possible to mix static and dynamic xpressive as nested xpressions like:
staticregex = double_; (the code you provided) dynregex.compile("i paid:" >> staticregex);
That's just a very short example, but i think you understand what i mean here.
Yes, dynamic regexes can embedded in static regexes, and static regexes can be embedded in dynamic regexes via named regexes. It's all described in the users' guide.
-- Eric Niebler BoostPro Computing http://www.boostpro.com _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users