Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The above reg expression should give me this, but it doesn always work because sometimes it fetches the whole line with other end quotes.if($line =~ /(https?\:.*")/)
I need output like this:<a href="http://www.mylinke.com">Link</a>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Link reg expression
by artist (Parson) on Jun 19, 2003 at 18:10 UTC | |
Re: Link reg expression
by CukiMnstr (Deacon) on Jun 19, 2003 at 18:09 UTC |