Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Uppercase
local t=io.read() local sp=" " local r="" local n=#t for i=1,n do if i==n then sp="" end r=r..t:sub(i,i)..sp end print(string.upper(r))
run
|
edit
|
history
|
help
0
example for a friend
Word by Word string partition in Lua
Newton-Raphson method for the square root
sh
Map generator
Truly random numbers with ranges (Lua)
Fixed
String Searcher
test
BasicTablePrinterV2