Ankesh
0
Q:

how to remove characters from a string in lua

-- removing characters

local str = "Hello World"

print(str:gsub("%o", "")

--> Hell Wrld
0

New to Communities?

Join the community