Help for this page

Select Code to Download


  1. or download this
       # Note we assign the return value of the sub to $txt
       $txt = escape_html_character($txt);
    ...
          # Note we return the modified string
          return $string;
       }