14 Sep
2011
14 Sep
'11
4:26 a.m.
(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