$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-07-10 04:55:29
M wrote:
>> hello boost group
>> i tested this program from "boost.regex" to find url's inside .htm file:
>> i need to know how to "get/fetch" the output - currently to console,
>> into a field in order to continue it's processing?
Use the str() member functions, or the first/second data members of the
sub_match object. Refer to the sub_match docs for more info.
HTH, John.