logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::Widget::Filter::HTMLEscape - HTML Escaping Filter

Author

       Lyo Kato, "lyo.kato@gmail.com"

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' );

See Also