Changes

Jump to navigation Jump to search

Module:StringHelpers

22 bytes added, 18:15, 12 April 2020
no edit summary
if (dashIndex ~= nil)
then
if (dashIndex - 3 > 0 and tonumber(string.sub(param.args[1], dashIndex - 3, dashIndex -3)))
then
return "-3 " .. string.sub(param.args[1], dashIndex - 3, dashIndex - 1);

Navigation menu