Commit Graph

29 Commits (7a2705d8ce756dff19f080216311b946c95f5567)

Author SHA1 Message Date
jeffmikels a60b381d5e
docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
penguindark 1ad4fbd841
regex: add a replace_n function (#13016) 2022-01-03 06:32:24 +02:00
penguindark 47a2301139
regex: add OR error, if sourounded by char classes, and a test (#12278) 2021-10-24 11:54:51 +03:00
penguindark fb3671107e
regex: bug fix about \w \W backslash chars (#11176) 2021-08-14 08:47:12 +03:00
penguindark 6771b7fea9
regex: added documentation about multiple dots syntax error (#11147) 2021-08-12 08:54:57 +03:00
Delyan Angelov 4c22370635
regex: reformat README.md to use shorter lines 2021-05-17 14:40:22 +03:00
penguindark 1a324679b9
regex: added groups in replace strings (#9576) 2021-04-03 23:16:56 +03:00
penguindark 3b166d8327
regex: added less restrictive use of '-' in CC (#9484) 2021-03-27 18:15:06 +02:00
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 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 b29bcb3fbe
regex: refactoring, documentation, examples (#7418) 2020-12-20 04:52:02 +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 4f986ccac4
regex: refactoring of continuous capturing groups (#7310) 2020-12-14 14:02:13 +01:00
Lukas Neubert 79a20c338b
regex: format readme examples (#7154) 2020-12-06 02:04:07 +01:00
Lukas Neubert 8adb1acf31
check-md: verify code example formatting (#7143) 2020-12-05 22:54:41 +01:00
penguindark 6b7d7cee0c
regex: new examples, new utility functions (#7150) 2020-12-05 22:24:08 +01:00
Delyan Angelov 7cd9530006 docs: fix most of the examples (ensure they at least have a valid syntax) 2020-11-27 13:03:32 +02:00
Lukas Neubert df4165c7ee
docs_ci: check all md files except thirdparty (#6855) 2020-11-18 18:28:28 +01:00
Maciej Obarski 2a4ef2acbd
regex: new options returning interface to the regex module (#6062) 2020-08-08 09:04:12 +03:00
Maddi Kopfermann 26cb9e4b9f
regex: fix spelling 2020-05-21 16:22:39 +03:00
penguindark 48659f4145
regex: small fixes, '-' minus to char classes, remove all C.printf 2020-05-16 17:11:13 +02:00
penguindark de832375b7
regix: fixes and optimizations 2020-01-31 02:29:54 +01:00
penguindark 5a2534122e regex: named capturing groups, small fixes 2020-01-28 20:34:11 +01:00
penguindark 15a63b5bcb regex fixes 2020-01-25 19:12:23 +01:00
penguindark 36660ce749 regex: bug fixes, docs 2020-01-18 07:38:00 +01:00
penguindark d6448ee5d6 regex: update README.md 2020-01-16 02:07:36 +01:00
penguindark 25fabac059 regex 0.9c 2020-01-16 00:39:33 +01:00