1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
penguindark
724942c4e6 regex: bug fixes (#11394) 2021-09-05 04:48:59 +03:00
penguindark
646c1e15e2 regex: fix a bug with find_all, fixes #10799 (#10801) 2021-07-14 22:20:05 +03:00
Delyan Angelov
8a380f4699 tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
penguindark
1a324679b9 regex: added groups in replace strings (#9576) 2021-04-03 23:16:56 +03:00
penguindark
59f95170b3 regex: bug fix in replace using function, added tests (#9381) 2021-03-20 01:54:12 +02:00
penguindark
cc565b22a9 regex: remove [deprecated] functions/methods, code clean, add test for regex_base (#8862) 2021-02-20 21:39:08 +02:00
Lukas Neubert
ac2c3847af all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
penguindark
443ae1d76e regex: fix a bug in find and find_all (#7839) 2021-01-03 16:59:00 +01:00
penguindark
b7f4e824df regex: remove undocumented deprecated calls, optimize speed and memory usage (#7582) 2020-12-26 22:08:56 +02:00
penguindark
2824e07baa regex: add a find_all_str function (#7517) 2020-12-24 07:27:46 +02:00
penguindark
4069a4c55d regex: speed optimization 2 (#7473) 2020-12-22 22:34:46 +02:00
penguindark
b29bcb3fbe regex: refactoring, documentation, examples (#7418) 2020-12-20 04:52:02 +01:00