Jump to content

Module:User:Prahlad balaji/sa-conj/1

From Wiktionary, the free dictionary
local len = mw.ustring.len
local sub = mw.ustring.sub
local gsub = mw.ustring.gsub
local g = {}
local match = mw.ustring.match
function g.show(frame)
local args = frame:getParent().args
local l = args[1]
l = sub(l, -2)
return l
end

return g