Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am wondering if anyone has a suggestion as to how I would extract a list of links from a block of text without any html tags, i.e@links = m/<A[^>]+?HREF\s*=\s*["']?([^'" >]+?)[ '"]?>/sig;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: extracting links from text
by damian1301 (Curate) on Sep 04, 2001 at 21:59 UTC | |
Re: extracting links from text
by mexnix (Pilgrim) on Sep 04, 2001 at 21:59 UTC | |
by Anonymous Monk on Sep 04, 2001 at 22:53 UTC | |
Re: extracting links from text
by Cine (Friar) on Sep 04, 2001 at 22:06 UTC |