মডিউল:String: সংশোধিত সংস্করণের মধ্যে পার্থক্য

+Unit tests for this module are available at Module:String/tests.
fix pattern escape in replace function
২৫৯ নং লাইন: ২৫৯ নং লাইন:
     if plain then
     if plain then
         pattern = str._escapePattern( pattern );
         pattern = str._escapePattern( pattern );
         replace = str._escapePattern( replace );
         replace = mw.ustring.gsub( replace, "%%", "%%%%" ); --Only need to escape replacement sequences.
     end
     end