in reply to Strip HTML tags
As discussed on many threads recently, this kind of work is really better left to the professionals - which in this case is HTML::Parser and its subclasses.
Any regex-based solution is bound to break at some point as your HTML gets more complex.
--
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Strip HTML tags
by rlk (Pilgrim) on Dec 15, 2000 at 23:03 UTC |