Search results
4 lut 2018 · A functional string utility library for Python 2 and 3. Closely inspired by implementations in Haskell and PHP. For more documentation, please see http://stringutils.readthedocs.io .
- python-string-utils
A handy library to validate, manipulate and generate...
- python-string-utils
A functional string utility library for Python 2 and 3. 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.
A handy library to validate, manipulate and generate strings, which is: What's inside... The library basically consists in the python package string_utils, containing the following modules: Plus a secondary package tests which includes several submodules.
A functional string utility library for Python 2 and 3. Closely inspired by implementations in Haskell and PHP. For more documentation, please see http://stringutils.readthedocs.io .
A simple stringutils library with three basic functions. To install the latest version. Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
A functional string utility library for Python 2 and 3. 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.
Operations on String that are null safe. The StringUtils class defines certain words related to String handling. StringUtils handles null input Strings quietly. That is to say that a null input will return null. Where a boolean or int is being returned details vary by method.