Files
Odin/core/text
Feoramund 35b157ac83 Fix multiline RegEx iteration
In `.Multiline` mode:

- `^` is now defined to assert the start of the string or that a "\n" or
  "\r" rune was parsed on last VM dispatch.

- `$` is now defined to consume a newline sequence of "\n", "\r", or
  "\r\n" or to assert the end of the string.
2025-05-26 14:48:45 -04:00
..
2024-06-19 11:41:58 +02:00
2025-05-26 14:48:45 -04:00
2025-05-23 17:07:08 +02:00