$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roman Morokutti (roman_vbg_at_[hidden])
Date: 2007-01-17 04:13:40
John Maddock wrote:
> Roman Morokutti wrote:
>> Hi,
>>
>> I was just wondering if boost::regex supports grouping
>> in either way.
> 
> Not sure what you mean by grouping, but does 
> file:///c:/data/boost/develop/boost/libs/regex/doc/captures.html answer your 
> question at all?
> 
> John. 
Hi John,
capturing sub-expressions in the context of boost::regex is exactly
what I meant. So sorry for using the naming schema of Java ;-)
Roman