Content deleted Content added
clarify & spelling |
|||
Line 98:
-- of one piece of text ("match") inside another ("str").
-- It returns nil if no match is found, or if either parameter is blank.
-- It takes the text to be searched in as the first unnamed parameter, which is trimmed.
-- It takes the text to
-- any
p.posnq = function(frame)
local str = mw.text.trim(frame.args[1] or "")
|