HTML::Widget::Filter::HTMLEscape(3pm) | User Contributed Perl Documentation | HTML::Widget::Filter::HTMLEscape(3pm) |
HTML::Widget::Filter::HTMLEscape - HTML Escaping Filter
my $f = $widget->filter( 'HTMLEscape', 'foo' );
HTML Escaping Filter.
HTML::Element now checks for, and refuses to escape already-escaped characters. This means that if you wish to double-escape characters, you must now do it yourself.
Lyo Kato, "lyo.kato@gmail.com"
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2023-08-10 | perl v5.36.0 |