Help for this page

Select Code to Download


  1. or download this
        $pins2 =~ s/\*/.*/; # make key into regex string if containing *
        $pins2 =~ s/([\[\]])/\\$1/g; # escape brackets c4a_123[3] -> c4a_1
    +23\[3\]