aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex
Commit message (Expand)AuthorAgeFilesLines
* fix: regex's match_with_preallocated_capture returning num_groupsYcros2024-12-041-0/+1
* Review manual `for` loops in `core:text/regex`Feoramund2024-08-053-6/+8
* Add explicit license info to `core:text/regex`Feoramund2024-08-0411-0/+88
* Document rationale behind RegEx shorthand classesFeoramund2024-08-041-0/+18
* Add more documentation for `core:text/regex` APIFeoramund2024-08-041-0/+21
* Remove unused codeFeoramund2024-08-041-2/+0
* Move `Flag_To_Letter` to `core:text/regex/common`Feoramund2024-08-042-11/+11
* Hide `Regular_Expression` valuesFeoramund2024-08-041-2/+2
* Add missing features to `regex` package documentationFeoramund2024-08-041-2/+6
* Use `unaligned_store` in `regex` tooFeoramund2024-07-241-12/+15
* Use `unaligned_load` for `regex` virtual machineFeoramund2024-07-243-18/+21
* Remove printing facilities for `Regular_Expression`Feoramund2024-07-241-2/+0
* Allow configuring of `MAX_CAPTURE_GROUPS` for `n` > 10Feoramund2024-07-241-1/+1
* Use `slice.zero` insteadFeoramund2024-07-241-3/+2
* Fix handling of unclosed `regex` classes and repetitionsFeoramund2024-07-241-2/+2
* Add `core:text/regex`Feoramund2024-07-2216-0/+3700