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

KinoSearch1::Highlight::SimpleHTMLEncoder - encode a few HTML entities

Description

       Implementation of KinoSearch1::Highlight::Encoder which encodes HTML entities.  Currently, this module
       takes a minimal approach, encoding only '<', '>', '&', and '"'.  That is likely to change in the future.

License, Disclaimer, Bugs, Etc.

       See KinoSearch1 version 1.01.

perl v5.40.0                                       2024-10-20              KinoSearch1::H...mpleHTMLEncoder(3pm)

Name

       KinoSearch1::Highlight::SimpleHTMLEncoder - encode a few HTML entities

Synopsis

           # returns '&quot;Hey, you!&quot;'
           my $encoded = $encoder->encode('"Hey, you!"');

See Also