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. |
Project details
Release history Release notifications | RSS feed
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)