Difference between revisions of "Module:stringHelpers"
Jump to navigation
Jump to search
(Created page with "local p = {} function p.getParagraphFromQuestion(param) string = param.args[1] string.find(s, '-', 1, true) return result end return p") |
(No difference)
|
Revision as of 12:39, 12 April 2020
local p = {}
function p.getParagraphFromQuestion(param) string = param.args[1] string.find(s, '-', 1, true) return result end
return p