Changes

Jump to navigation Jump to search

Module:StringHelpers

No change in size, 17:36, 12 April 2020
no edit summary
if (dashIndex ~= nil)
then
if (tonumber(string.sub(param.args[1], dashIndex - 23, dashIndex -23)))
then
return tonumber(string.sub(param.args[1], dashIndex - 23, dashIndex - 1));
end

Navigation menu