Help for this page

Select Code to Download


  1. or download this
    my $string = "aaab";
    $string =~ s/a*/go/g;