in reply to one line regular expression - help needed

Welcome to the Monastery. I'd advise not using a regex to manipulate a HTML/XML, rather using one of the parser modules available. For example read HTML::TokeParser Tutorial.

  • Comment on Re: one line regular expression - help needed

Replies are listed 'Best First'.
Re^2: one line regular expression - help needed
by Thalamus (Acolyte) on Jul 29, 2010 at 08:47 UTC
    Thanks ... will have a look at it.