Help for this page
# Note we assign the return value of the sub to $txt $txt = escape_html_character($txt); ... # Note we return the modified string return $string; }