in reply to regex problem... parsing html font tags
As stated before, you are better off using HTML::Parser (or similar) for this task. Parsing HTML correctly with a regex is virtually impossible, and the HTML::Parser or HTML::TokeParser modules make it relatively easy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: regex problem...
by Anonymous Monk on Oct 09, 2001 at 10:37 UTC | |
by Anonymous Monk on Oct 09, 2001 at 11:27 UTC | |
by wog (Curate) on Oct 09, 2001 at 23:58 UTC |