View Single Post
01-25-21, 09:17 AM   #5
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
Yes, this is the solution.

text = string.gsub(text, "(%d),(%d)", "%1%2")

Thanks, Kanegasi.
  Reply With Quote