Help for this page

Select Code to Download


  1. or download this
        $dest =~ s/\W+\[MSRN\]|\W+/_/g;
        $dest =~ s/_$//;
    
  2. or download this
        $dest =~ s/(?:\W+(?:MSRN\])?|\W+)(?(?=$)(?{$%=1})|(?{$%=0}))/$%?''
    +:'_'/ge;