Answers for "how to find an element and replace it in lua"

Lua
0

lua string replace

name = "^aH^ai"
name = name:gsub("%^a", "")
Posted by: Guest on September-20-2021

Code answers related to "how to find an element and replace it in lua"

Browse Popular Code Answers by Language