Python-string-utils

Latest version: v1.0.0

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.0

Added:

- contains_html
- strip_html
- prettify

0.2.0

Changed:

- 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

Added:

- is_string
- is_ip
- words_count

0.1.2

Added:

- 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

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.