piccolo icon indicating copy to clipboard operation
piccolo copied to clipboard

`Feature`: implemented `string.match`, `string.gmatch`, `string.gsub`, `string.find`

Open reloginn opened this issue 4 months ago • 0 comments

Features

  • Implemented string.match, string.gmatch, string.gsub, string.find.
  • Added tests for all functions.

Note

In the implementation of the matching pattern (lsonar), there is a limit on the maximum recursion depth, see here.

reloginn avatar Aug 10 '25 18:08 reloginn