Help for this page

Select Code to Download


  1. or download this
    sub modify_string {
      $_[0] =~ s/u/i/;
      return $_[0];
    }