$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Regex: Iterate over named captures/groups
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-02-01 07:13:38
>My question was the following: Is there a way to get a list or whatever of
>named captures/groups?
No sorry, not even Boost.Regexes private methods provide that functionality.
If there's a convincing use case then I can add that support I guess, but I
don't think this is something that even Perl provides?
Regards, John.