Retrieve all occurences of a HREF balise

PICARD Jérôme <[email protected]> Thu, 20 Feb 2003 11:01:20 +0100
Newsgroups gmane.comp.jakarta.regexp.user
Message-ID <[email protected]>
Hello,

Is it possible to retrieve all occurences of a balise HREF in a HTML text ?

I try this regular expression on a single line, it's work, but on a full
text it doesn't work.

<a\\s+href=\"([:print:]+)\"\\s*>\\s*([:print:]+)\\s*</a>

Have you an idea ?

Thanks.