Skip to main content

Functions for strings

Project description

A package that has several functions to work with strings and English words. Functions-

plural-Converts any wprd to plural form. e.g. plural(“python”)-“pythons”

list_to_str: Convert a list into a string e.g. [‘p’,’y’,’t’,’h’,’o’,’n’]-‘python’

join: joins two words e.g. ‘pyt’,’hon’-‘python’

add: Like the join() functions but can join word after the letter at the specified position e.g. add(“bore”,1,”ef”)-‘before’

reverse: Reverses a string e.g. reverse(“python”)-“nohtyp”

More functions coming soon!

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

stringf-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

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