Help for this page

Select Code to Download


  1. or download this
    $str= "ababa";
    $str =~ s/a*/x/g;
    print "$str\n"
    
  2. or download this
    xxbxxbxx