Help for this page

Select Code to Download


  1. or download this
        if (lc $str1 eq lc $str2) { ... }
    
  2. or download this
        if ($str1 =~ /^$str2$/i) { ... }