Module:Sandbox/Angr pukhlya/2/sandbox

This is an old revision of this page, as edited by Angr pukhlya (talk | contribs) at 11:38, 27 November 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

p.o = function( frame )
	local a = frame.args.a
	local k, j = string.match(a, "%a*(%d+)%a*(%d+)%a*")
	return k .. " " .. j
end
return p