use strict; use warnings; use Time::Piece; use HTML::TagFilter; my $tf = HTML::TagFilter->new(); my $dirty_html = "test252bb<a>gube<"; my $clean_html = $tf->filter($dirty_html); print $clean_html; Current output : test252bb<a>gube< I need : test252bb gube<
In reply to HTML::TagFilter not filtering opening quote ? by gube
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |