「モジュール:文字列」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
11行目: 11行目:
function p.each_utf8(frame)
function p.each_utf8(frame)
local i = 1
local i = 1
return function()
str = frame.args[1]
str = frame.args[1]
if i > #str then
if i > #str then
50行目: 51行目:
end
end
end
end
 
end
function p.reverse(frame)
function p.reverse(frame)
es = ""
es = ""
3,271

回編集