This article is tagged with:
Replace part of string lua
and lua
replace part of string lua
name = "^aH^ai"
name = name:gsub("%^a", "")