Changes

Jump to navigation Jump to search

Module:StringHelpers

14 bytes removed, 15:43, 12 April 2020
no edit summary
function p.getParagraphFromQuestion(param)
dashIndex = string.find(param.args[1], '-', 1, true);
if(dashIndex and tonumber(string.sub(param.args[1], dashIndex-2, dashIndex-2)))
then
return "simple question"

Navigation menu