Module:Str find word: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 312:
if sSep == nil or sSep == '' then return defaultSep end
 
sSep = decodeUnicode(newSepsSep or '')
sSep = mw.ustring.gsub(newSepsSep, '%s', '')
----newSep = mw.ustring.gsub(newSep, '[%s%w%d]', '')
if string.match(sSep, '[%s%w%d]') ~= nil then -- not ok ok