Changes

Jump to navigation Jump to search

Module:StringHelpers

372 bytes added, 18:16, 12 April 2020
no edit summary
function p.getParagraphFromQuestion(param)
dashIndex = string.find(param.args[1], '-', 1, true);
if (dashIndex ~= nil)
then
if (dashIndex - 3 > 0 and tonumber(string.sub(param.args[1], dashIndex - 3, dashIndex -3))) then return string.sub(param.args[1], dashIndex - 3, dashIndex - 1); end if (tonumber(string.sub(param.args[1], dashIndex - 2, dashIndex - 2))) then i = return string.sub(param.args[1], dashIndex - 2, dashIndex - 1); end if (tonumber(string.sub(param.args[1], dashIndex - 1, dashIndex -1))) then return "hello"string.sub(param.args[1], dashIndex - 1, dashIndex - 1);
end
else

Navigation menu