10 Jul
2008
10 Jul
'08
8:55 a.m.
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.