@bearz/strings
A collection of string utilities to avoid extra allocations and enable case insensitivity comparisons.
@deebeetech/string-builder
A simple port of a string builder like those found in C#, Java, and Go. This is useful where string concatenation would be very cumbersome to manage. This is NOT meant to be used for extremely large strings, as it is not optimized for that. It is meant
yassb
Yet another simple StringBuilder