Extra string functions for OCaml
Stringext is an OCaml library that provides extra string manipulation functions, with a focus on string splitting and trimming operations. The library is implemented in OCaml and uses the Dune build system, offering functions organized within the `Stringext` module for tasks like splitting strings on delimiters, trimming whitespace, finding and replacing patterns, and converting between strings and character collections. The project is available on OPAM, the OCaml package manager, and includes example code demonstrating its usage.