|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: Stripping HTML tags efficientlyby Crian (Curate) |
| on Dec 10, 2004 at 06:18 UTC ( [id://413806]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
The (or one) problem is, that you have a variable in your regular expression, what is not neccessary in this case. This slows things always down. Whats about using qr// to compile the expression or just putting the pattern into the RE directly? while ($target_data=~m/(<[^>]{1,300}>)/gi)(You don't have to escape < and > btw.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||