|
|
Browse by Tags
All Tags » Perl » html
-
I'm in perl, trying to write a regex that will remove line breaks from between <a> tags, so that a later regex can extract data from links, for example my current data looks like this:
<a href='http://www.website.com' class='blah'>This is a
website</a>
And want to turn it into:
<a ...
|
|
|