- slugify
- is_slug
- is_full_string
- is_isogram
- is_url
- is_palindrome and is_pangram now return False if the given object is not a string instead of raising an exception
- is_palindrome
- is_pangram
- reverse (improved implementation)
- contains_html
- strip_html
- prettify
- Checking methods (those ones starting with "is_") now don't raise TypeError exception if a non string objects is passed, instead False is returned (string_utils.is_url(1) -> False).
- Forced UTF-8 encoding for module file
- is_string
- is_ip
- words_count
- is_url
- is_email
- is_credit_card
- is_camel_case
- is_snake_case
- is_json
- is_uuid
- camel_case_to_snake
- snake_case_to_camel
- reverse
- uuid
- shuffle