Help for this page

Select Code to Download


  1. or download this
    for my $string (@strings) {
       $input =~ s/\[\Q$string\E\]/__[username]__[$string]__/;
    }