HTML::EscapeUtils
HTML-EscapeUtils
Functionalities to escape and unescape HTML
SYNOPSIS
use HTML::EscapeUtils;
escape("<^o^>"); # => '<^o^>'
unescape("<^o^>"); #=> '<^o^>'
unescape("Foo © bar 𝌆 baz ☃ qux"); #=> 'Foo Ā© bar š baz ā qux'
DESCRIPTION
HTML::Escape provides functions to escape and unescape HTML's special characters.
Functions
escape(Str $raw-str) returns Str
Escapes HTML's special characters in given string.
unescape(Str $raw-str) returns Str
Unescapes HTML's special characters in given string.
COPYRIGHT AND LICENSE
Copyright 2023- demanuel <[email protected]>
This library is free software; you can redistribute it and/or modify it under the EU 1.2 public license