Help for this page

Select Code to Download


  1. or download this
    $string2 = qr/$string2/g;
    $string1 =~ s/$string2//;
    
  2. or download this
    $string2 = qr/$string2/;
    $string1 =~ s/$string2//g;