Help for this page

Select Code to Download


  1. or download this
       my $len= 0;
       $text =~ s{(\s+)|([^\s<&]+)|(<[^<>]*>)|(&#?\w{1,10};)|(.)}{
    ...
       }egis;
    
       return $text;