Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am seeking your wisdom again. I just would like to know the preferred method for pulling urls out of a string (just a load of regular text with url's peppered around in it - not html formatted). Would a regex be able to handle this? or would URI::Find be a preferred module. If anybody has an example, that would help me greatly.
Thanks in advance,
Jonathan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: finding urls in a string
by esskar (Deacon) on Apr 07, 2004 at 16:09 UTC | |
|
Re: finding urls in a string
by tinita (Parson) on Apr 07, 2004 at 16:09 UTC | |
|
Re: finding urls in a string
by Vautrin (Hermit) on Apr 07, 2004 at 17:11 UTC | |
|
Re: finding urls in a string
by borisz (Canon) on Apr 07, 2004 at 16:57 UTC |