Module:Sandbox/Can I Log In

< Module:Sandbox
Revision as of 19:11, 19 Haziran 2020 by imported>Can I Log In (I'm not LUA programmer. I just found this on the internet. Now to replace spaces with +)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Can I Log In/doc

str = str:gsub("+", "")
str = string.gsub(str, "+", "")