aboutsummaryrefslogtreecommitdiff
path: root/core/text/regex/common/common.odin
Commit message (Collapse)AuthorAgeFilesLines
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-0/+2
| | | | Fix `local_tz_name` on FreeBSD.
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* Remove `Global` RegEx flag, default to unanchored patternsFeoramund2025-05-241-3/+0
|
* Add explicit license info to `core:text/regex`Feoramund2024-08-041-0/+8
|
* Move `Flag_To_Letter` to `core:text/regex/common`Feoramund2024-08-041-0/+11
|
* Allow configuring of `MAX_CAPTURE_GROUPS` for `n` > 10Feoramund2024-07-241-1/+1
|
* Add `core:text/regex`Feoramund2024-07-221-0/+27