---------- Forwarded message ----------
From: swati upadhyaya <swatiupadhyaya@gmail.com>
Date: Mon, Mar 24, 2014 at 11:33 AM
Subject: Reg: named group finding using boost..
To: Boost...@lists.boost.org


Hi @all,
             I have write a piece of code where I have a patter and a message and I have to fined the group name as well as match. With boost I am able to find the matches but Is there a way to get a list or whatever of named captures/groups?

I have check with re2 its present there but boost is much faster than re2.With glib also we dont have option for capturing group..