A small utility library to check and manipulate strings.
- simple and pythonic
- fast (based on compiled regex)
- no external dependencies
- fully documented
- PEP8 complaint
- 100% code coverage
- tested against multiple python versions (2.7, 3.2, 3.3, 3.4, 3.5)
- is_string
- is_full_string
- is_ip
- is_url
- is_email
- is_credit_card
- is_camel_case
- is_snake_case
- is_json
- is_uuid
- is_pangram
- is_palindrome
- is_isogram
- is_slug
- words_count
- contains_html
- camel_case_to_snake
- snake_case_to_camel
- reverse
- uuid
- shuffle
- strip_html
- prettify
- slugify
...and more are coming!
pip install python-string-utils
Full API documentation available on: http://python-string-utils.readthedocs.org/en/latest/