Module:String2: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
debug
(implement findlast)
(debug)
Line 77:
local s = mw.text.trim( frame.args[1] or "" )
local sep = mw.text.trim( frame.args[2] or ", " )
local pattern = ".*" .. sep", " .. "(.*)"
a, b, last = s:find(pattern)
if a then
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu