Module:Sandbox/Can I Log In: Difference between revisions

imported>Can I Log In
(I'm not LUA programmer. I just found this on the internet. Now to replace spaces with +)
 
(No difference)

Latest revision as of 19:11, 19 Haziran 2020

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

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