penguindark
|
a98adbb3a4
|
regex: fix a bug, update docs, explain the assumptions of the `regex` module (#7629)
|
2020-12-28 12:43:03 +02:00 |
penguindark
|
1b9d514275
|
regex: fix a bug #7559 (#7601)
|
2020-12-27 09:16:00 +02:00 |
penguindark
|
2824e07baa
|
regex: add a find_all_str function (#7517)
|
2020-12-24 07:27:46 +02:00 |
penguindark
|
c9171ebe9a
|
regex: fixes and optimizations (#7431)
|
2020-12-21 05:36:14 +01:00 |
penguindark
|
1e4b3a7b27
|
regex: code cleaning, add more tests (#7402)
* added carsywulf tests to the suite, removed deprecated repeat for init arrays
* some clean in the code, fix typo in README.md
|
2020-12-19 01:32:57 +02:00 |
penguindark
|
a6baffcb8c
|
regex: lots of fixes (#7380)
|
2020-12-18 05:57:31 +01:00 |
penguindark
|
9f190b82ad
|
regex: added rounded squares to backslash chars list, bug fix #7339 (#7346)
|
2020-12-15 16:04:06 +01:00 |
penguindark
|
4f986ccac4
|
regex: refactoring of continuous capturing groups (#7310)
|
2020-12-14 14:02:13 +01:00 |
penguindark
|
4324be9bd8
|
regex: fix for issue #7227, more tests (#7296)
|
2020-12-13 02:04:53 +01:00 |
penguindark
|
2bc1076921
|
regex: bug fixes, improved tests
|
2020-12-08 19:38:25 +01:00 |
penguindark
|
4fb37e81b2
|
regex: bug fixes (#7137)
|
2020-12-05 01:51:48 +01:00 |
Alexander Medvednikov
|
cb43084e26
|
regex: fix compilation
|
2020-09-09 14:18:06 +02:00 |
Alexander Medvednikov
|
ea31f75098
|
checker: more default field fixes
|
2020-09-09 14:14:44 +02:00 |
Maciej Obarski
|
2a4ef2acbd
|
regex: new options returning interface to the regex module (#6062)
|
2020-08-08 09:04:12 +03:00 |
Uwe Krüger
|
fd4d28b7b6
|
tests: update for stricter type checks
|
2020-05-24 21:07:32 +02:00 |
yuyi
|
2f171bf5d9
|
regex: uniform const field names to snake_case
|
2020-05-21 23:33:51 +02:00 |
penguindark
|
48659f4145
|
regex: small fixes, '-' minus to char classes, remove all C.printf
|
2020-05-16 17:11:13 +02:00 |
Delyan Angelov
|
465f0ddf60
|
regex: fix unused variable warnings in regex_test.v
|
2020-05-15 18:50:54 +03:00 |
penguindark
|
5a2534122e
|
regex: named capturing groups, small fixes
|
2020-01-28 20:34:11 +01:00 |
penguindark
|
36660ce749
|
regex: bug fixes, docs
|
2020-01-18 07:38:00 +01:00 |
penguindark
|
25fabac059
|
regex 0.9c
|
2020-01-16 00:39:33 +01:00 |
penguindark
|
25e7ceeef0
|
regex 0.9b 'replace' and 'find_all' added
|
2020-01-14 02:45:08 +01:00 |
penguindark
|
8ea0c08a38
|
vlib.regex module in pure V
|
2020-01-13 13:30:41 +01:00 |