14 Nov
2007
14 Nov
'07
9:24 a.m.
hallouina-ml@yahoo.fr wrote:
Thanks for your answer, I think it's clear :
So you mean that BOOST_REGEX_MATCH_EXTRA is made for matching for exemple somethingsomething in the string : "blablablasomethingsomethingblablabla".
Is it right?
Not quite: but please see the docs for the complete explanation and examples.
In fact I want extract all the link from a webpage. I want to used the regex because this is faster than doing a DOM tree from the webpage.
See this example: http://www.boost.org/libs/regex/example/snippets/regex_token_iterator_eg_2.c... Which does exactly that. HTH, John.