Skip to main content

For editing strings in many ways.

Project description

📝 stringtools

Useful tool to edit strings in many ways.

It has tons of functions especially built to be fast and stable ⚡.

  • order
  • is_pangram
  • camelCase
  • bricks
  • generate_nick

Installation:

pip install stringtools

Usage/Examples

import stringtools
stringtools.order("worl1d name5 He0llo is3 what2 your4 ?6", 
    pl_indexing=True, del_index_numerals=True)
--> "Hello world what is your name ?"

stringtools.order("worl1d name5 He0llo is3 what2 your4 ?6", True, False)
--> "He0llo worl1d what2 is3 your4 name5 ?6"


stringtools.camelCase("CamelCase")
--> "Camel Case"

stringtools.camelCase("Camel Case", reverse_=True)
--> "CamelCase"

e.t.c...

Authors

License 🔑

MIT - Copyright (c) 2022 Beksultan Artykbaev

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stringtools-0.0.3.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

stringtools-0.0.3-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page