in reply to Using a Regex to extract tagged content
I know I could use some sort of XML module for this, but I'd rather do it with a regex.
I'd rather repair my car's transmission with a toothbrush but my automechanic just laughed at me when I asked how to go about it.
Update:
For the best toothbrush you can get ahold of, try Regexp::Common. It has a "balanced" method that might help. If you decide to go the mechanic's tools route, use something along the lines of HTML::LinkExtractor, or HTML::SimpleParse, or HTML::TreeBuilder, or HTML::Parser.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Using a Regex to extract tagged content
by Fletch (Bishop) on Feb 27, 2004 at 16:24 UTC | |
by davido (Cardinal) on Feb 27, 2004 at 16:27 UTC | |
|
Re: Re: Using a Regex to extract tagged content
by PodMaster (Abbot) on Feb 28, 2004 at 10:46 UTC |