Changes

Jump to navigation Jump to search

Module:StringHelpers

334 bytes added, 17:37, 12 April 2020
no edit summary
then
return tonumber(string.sub(param.args[1], dashIndex - 3, dashIndex - 1));
end if (tonumber(string.sub(param.args[1], dashIndex - 2, dashIndex -2))) then return tonumber(string.sub(param.args[1], dashIndex - 2, dashIndex - 1)); end if (tonumber(string.sub(param.args[1], dashIndex - 1, dashIndex -1))) then return tonumber(string.sub(param.args[1], dashIndex - 1, dashIndex - 1)); end
else

Navigation menu