Posted 20 July 2012 - 01:32 PM
Hi,
is it possible to make this code:
Not touch any occurrence of "^["? There should be some kind of regex expression I think, but I never got around understanding how those work…
Cyclonit
is it possible to make this code:
str = string.gsub(str, "[", "^[[")
Not touch any occurrence of "^["? There should be some kind of regex expression I think, but I never got around understanding how those work…
Cyclonit