HTML::Widget::Filter::HTMLEscape - HTML Escaping Filter
Contents
Bugs
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.
Description
HTML Escaping Filter.
License
This library is free software, you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2023-08-10 HTML::Widget::Filter::HTMLEscape(3pm)
Methods
filter
Name
HTML::Widget::Filter::HTMLEscape - HTML Escaping Filter
Synopsis
my $f = $widget->filter( 'HTMLEscape', 'foo' );
