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 details)
File details
Details for the file substr-0.0.1.tar.gz.
File metadata
- Download URL: substr-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eff58dfa53d4f45cd7f86f24eefabbbaf3fc94b680447dd586c6c01bc3def4e6
|
|
| MD5 |
d516fb98c3c1a9e4ef7b910d44f4ee18
|
|
| BLAKE2b-256 |
f5f1aae8aabb7c429272e11ba266ce19e44f5c3d1614939c6d1a14ab61fbc96b
|