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). |
||
|---|---|---|
| .. | ||
| src | ||
| project.xml | ||