Module:Str find word: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 323:
 
sSep = decodeUnicode(sSep or '')
--- sSep = mw.ustring.gsub(sSep, '%s', '')
----newSep = mw.ustring.gsub(newSep, '[%s%w%d]', '')
if string.match(sSep, '[%s%w%d]') ~= nil then -- not ok ok
msg = 'Irregular characters in sep: ' .. sSep