Chris Welch wrote:
> Hi,
> 
> I have a dilemma, I am processing CGI forms and I need to come up with
> a regex that will accept HTML entities

Have a look at the HTML::Entities module source code for regexes. If you're
just trying to decode entities, use this module instead of rolling your own.

http://search.cpan.org/~gaas/HTML-Parser-3.36/lib/HTML/Entities.pm


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to