Help for this page

Select Code to Download


  1. or download this
    $str1 = $str2 if $str2 =~ /$str1/;
    
  2. or download this
    $str1 = $str2 if $str2 =~ /\Q$str1\E/;