Help for this page

Select Code to Download


  1. or download this
    @matches=$string=~/(K|R)/g;<br>
        foreach $a(@matches)
    ...
            print index($string, $a)."\n";
        }