in reply to Re: Re: regex problem...
in thread regex problem... parsing html font tags
how do i replace the starting font tag *and* the text contained in the font tags with something generated in sub { ... }?$p = HTML::Parser->new(api_version => 3, start_h => [sub { ... }, "self,tagname,attr,text"], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: regex problem...
by wog (Curate) on Oct 09, 2001 at 23:58 UTC |