Module:Sandbox/Hellknowz/Test: Difference between revisions

Content deleted Content added
testUnicode
test mw.ustring.find
Line 599:
function main.testUnicode(frame)
 
iflocal input = (frame.args[1] == '—') then
 
local s, e, m = mw.ustring.find(input, '(—)')
if (s) then
return 'yes'
else