blaise/stdlib
Graeme Geldenhuys 88a11034b9 stdlib: add SplitChar / SplitLines / JoinList to StrUtils
StrUtils had JoinStr (open-array join) but no splitter at all — a gap any
text-processing code hits. Add SplitChar (split on a delimiter byte),
SplitLines (split on LF, tolerating CRLF), and JoinList (the list-valued
inverse of SplitChar), all returning/taking TList<String>. This pulls
Generics.Collections into StrUtils' interface. Lifted from the Luhmann web
server. Adds 10 tests (57 stdlib tests total).
2026-06-23 20:00:02 +01:00
..
src stdlib: add SplitChar / SplitLines / JoinList to StrUtils 2026-06-23 20:00:02 +01:00
project.xml feat(stdlib): add JSON library (writer, DOM, parser, reader) 2026-06-22 20:07:34 +01:00