On 30/04/2024 03:26, Rudolf Adamkovič wrote:
+ local value = result[1] + if string.find(value, '[%%(%%[{]') == 1 then + return quotes .. value .. quotes
Am I wrong that quotes in value may cause issues? I expect some way of escaping " characters.
On 30/04/2024 03:26, Rudolf Adamkovič wrote:
+ local value = result[1] + if string.find(value, '[%%(%%[{]') == 1 then + return quotes .. value .. quotes
Am I wrong that quotes in value may cause issues? I expect some way of escaping " characters.