README

NAME

HTML::Entity::Fast - Encode / Decode HTML entities

SYNOPSIS

use HTML::Entity::Fast;

say encode-html-entities '<ent> & Ā©';  # &LT;ent&GT; &AMP; &COPY;
say decode-html-entities '&LT;ent&GT; &AMP; &COPY;'  # <ent> & Ā©

DESCRIPTION

HTML::Entity::Fast provides two subroutines, one for encoding HTML entities in a string, and one for decoding them.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/HTML-Entity-Fast . Comments and Pull Requests are welcome.

If you like this module, or what Iā€™m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2022 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

HTML::Entity::Fast v0.0.1

Encode / Decode HTML entities

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • HTML::Entity::Fast

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.