Help for this page

Select Code to Download


  1. or download this
    if ($string1 =~ /\Q$string2\E/){...}
    if (index($string1, $string2) != -1){...}