$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Nested regex results with xpressive.
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2010-03-12 05:54:48
Hello all,
I'm trying to match a string with xpressive. The match is fine, but the
nested results doesn't seem to be working. The code is
here<http://pastebin.com/TLSiRMRh>
my regex *combinedReg* is made up of 3 sregex objects. Two of them store the
results using mark_tag objects. When I try to match the string, I get a
complete match and toplevel match says it has 3 nested results. Which is
correct. When I try to loop over those three nested results for more nested
results, I get nothing.
what am I doing wrong?
Thanks in advance,
Surya