Jump to content

Module:Sandbox/Can I Log In

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Can I Log In (talk | contribs) at 18:11, 19 June 2020 (I'm not LUA programmer. I just found this on the internet. Now to replace spaces with +). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
str = str:gsub("+", "")
str = string.gsub(str, "+", "")