Search results
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.
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 .
The library basically consists in the python package string_utils, containing the following modules: validation.py (contains string check api) manipulation.py (contains string transformation api)
Python String Utils Latest version: 1.0.0 (March 2020) A handy library to validate, manipulate and generate strings, which is: Simple and "pythonic" Fully documented and with examples! (html version on readthedocs.io) 100% code coverage! (see it with your own eyes on codecov.io)
stringutils¶ 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 StringUtils - 10 examples found. These are the top rated real world Python examples of utils.StringUtils.StringUtils extracted from open source projects. You can rate examples to help us improve the quality of examples.
Fully documented and with examples! 100% code coverage! Tested against all officially supported Python versions: 3.5, 3.6, 3.7, 3.8. The library basically consists in the python package string_utils, containing the following modules: Plus a secondary package tests which includes several submodules.