Help for this page

Select Code to Download


  1. or download this
        $pins2 =~ s/\*$/.*/; # make key into regex string if trailing *
    
  2. or download this
        $pins2 =~ s/\*/.*/; # make key into regex string if containing *
    
  3. or download this
        $pins2 =~ s/\*/.*/g; # make key into regex string if containing *