Help for this page

Select Code to Download


  1. or download this
    my @matches = grep { ",$Array[$_]," =~ /,\Q$VarString\E,/i } 0..$#Arra
    +y;
    
  2. or download this
    my ($match) = grep { ",$Array[$_]," =~ /,\Q$VarString\E,/i } 0..$#Arra
    +y;