Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » Perl » html
  • Removing line breaks between <a> HTML tags

    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 ...
    Posted to Construction Advice (Forum) by Rohaq on March 23, 2010