A functional string utility library for Python. Closely inspired by implementations in Haskell and PHP.
For more documentation, please see http://stringutils.readthedocs.io.
Note
This package is still in an early development stage, and it is possible that the naming and API of some functions will change.
This library provides:
- A set of helpful additional string transformation and case conversion functions.
- Extended versions of existing str methods as functions where useful.
Install using pip:
pip install stringutils- Source code: https://github.com/huntie/stringutils
- Issue tracker: https://github.com/huntie/stringutils/issues
The project is licensed under the MIT license.