Answers for "replace part of string lua"

Lua
0

replace part of string lua

name = "^aH^ai"
name = name:gsub("%^a", "")
Posted by: Guest on August-25-2020

Code answers related to "replace part of string lua"

Browse Popular Code Answers by Language