Description
String handling in Lua 5.3 projects can use reusable helpers for common text transformations.
This package is useful for developers cleaning, splitting, joining, or normalizing text in Lua code. It is a text utility library, not a document editor.
String utilities can still mishandle encodings or user input. Test with real text, including accents and edge cases.