$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Fwd: Reg: named group finding using boost..
From: swati upadhyaya (swatiupadhyaya_at_[hidden])
Date: 2014-03-24 01:59:00
---------- Forwarded message ----------
From: swati upadhyaya <swatiupadhyaya_at_[hidden]>
Date: Mon, Mar 24, 2014 at 11:33 AM
Subject: Reg: named group finding using boost..
To: Boost..._at_[hidden]
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.. *