Python String Utils
1.0.0
  • String Validation
    • contains_html()
    • is_camel_case()
    • is_credit_card()
    • is_decimal()
    • is_email()
    • is_full_string()
    • is_integer()
    • is_ip()
    • is_ip_v4()
    • is_ip_v6()
    • is_isbn()
    • is_isbn_10()
    • is_isbn_13()
    • is_isogram()
    • is_json()
    • is_number()
    • is_palindrome()
    • is_pangram()
    • is_slug()
    • is_snake_case()
    • is_string()
    • is_url()
    • is_uuid()
    • words_count()
  • String Manipulation
    • asciify()
    • booleanize()
    • camel_case_to_snake()
    • compress()
    • decompress()
    • prettify()
    • reverse()
    • roman_decode()
    • roman_encode()
    • shuffle()
    • slugify()
    • snake_case_to_camel()
    • strip_html()
    • strip_margin()
  • String Generation
    • random_string()
    • roman_range()
    • secure_random_hex()
    • uuid()
  • Errors
    • InvalidInputError
Python String Utils
  • Search

Support the project!

Do you like this project? Would you like to see it updated more often with new features and improvements? If so, you can make a small donation by clicking the button down below, it would be really appreciated! :)


© Copyright 2016-2023, Davide Zanotti.

Built with Sphinx using a theme provided by Read the Docs.