local p = function p.right(frame) astring = frame.args[1] or "" count = frame.args[2] or astring.len astring = astring:sub(#astring - count + 1, #astring) return astringend return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Matroc/Str right".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.