Help for this page

Select Code to Download


  1. or download this
    $str= 'no change <these spaces need replacing> not these <these do>';
    $str =~ s{(<[^>]*?>)}
    ...
             $x;
            }egx;
    print $str
    
  2. or download this
    ($_='jjjuuusssttt annootthheer
         pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;