Hi all.
I am trying to do the following, and failing.
I have a string for example:
local animal = “sheep”
And I want to change this to
local animal = " ‘sheep’ "
Is there anyway I can do this with Lua? I was thinking with GSUB but cannot get my head around it.
If you can’t see the different, the 2nd line has an extra ’ on either side of sheep.