Skip to main content

Python package for working with substrings.

Project description

substr

Python package for working with substrings.

Make sure to have the latest version of Python 3 installed although this should work with previous versions. 

To install the package with pip enter command in terminal:
    pip install substr

To uninstall the package with pip enter command in terminal:
    pip uninstall substr
Method Description
get_substring(string) Get all substrings from string argument.
get_matching_substring(string, compare_values) Find substrings in argument string containing all characters in argument list.
get_small_matching_substring(string, compare_values) Find smallest substring in argument string containing all characters in argument list.

Back to Top


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

substr-0.0.1.tar.gz (3.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