Help for this page

Select Code to Download


  1. or download this
    if ($string =~ /^\Q$phrase\E\z/i)
    
  2. or download this
    use feature qw( fc );
    
    if (fc($string) eq fc($phrase))