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

add str.replace_plain
add str.replace_plain
১৭৭ নং লাইন: ১৭৭ নং লাইন:


     if firstonly == 'true' or firstonly == 'yes' or firstonly == '1' then
     if firstonly == 'true' or firstonly == 'yes' or firstonly == '1' then
         local result = gsub( source_str, pattern_plain, replace_plain, 1 );
         local result = mw.ustring.gsub( source_str, pattern_plain, replace_plain, 1 );
     else
     else
         local result = gsub( source_str, pattern_plain, replace_plain, n );
         local result = mw.ustring.gsub( source_str, pattern_plain, replace_plain, n );
     end
     end