in reply to Re: Multi-Line Regex's
in thread Multi-Line Regex's
Of course the usual caveats about not parsing HTML with regexes still apply :)
While I can see in general that handling big chunks of html is preferably done with things like HTML::Parser, in this simple case where I'm trying to grab one paragraph which is easily delimited from a specific webpage is there any real advantage to those tools?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Multi-Line Regex's
by davorg (Chancellor) on Sep 18, 2002 at 14:01 UTC |