| Age | Commit message (Expand) | Author |
|---|---|---|
| 2022-12-20 | core: ported regex.gsub to faster native version (#1233) | Jefferson González |
| 2022-12-11 | Add `regex.find_offsets`, `regex.find`, improve `regex.match` (#1232) | Guldoman |
| 2022-12-02 | Improve `regex.gsub` performance (#1220) | Guldoman |
| 2022-05-28 | Make `regex.match` return all the results | Guldoman |
| 2021-10-11 | Make `regex.match` return the appropriate `end` index | Guldoman |
| 2021-09-10 | Avoid bug when replacement stop at end of string | Francesco Abbate |
| 2021-07-20 | Merged dev to master. | Adam Harrison |
| 2021-06-04 | Changed regex error handling, so that errors can be handled gracefully in lua... | Adam Harrison |
| 2021-06-02 | Add PCRE to support regular expressions | Adam |
