Python package for string handling
Project description
README.txt
Introduction:- Python package for string handling
Usage:- use pip to install stringhandling. pip install stringhandling after installation you are ready to use the functions in this package.
e.g.,
to extract the words list from a sentence / paragraph, use the function 'get_words_list()'
from stringhandling import strhandle
paragraph = """package to manage sentence or paragraph package to manage sentence or paragraph package to manage sentence or paragraph""" words = []
words = strhandle.get_words_list(paragraph)
Output:- ['package', 'to', 'manage', 'sentence', 'or', 'paragraph', 'package', 'to', 'manage', 'sentence', 'or', 'paragraph', 'package', 'to', 'manage', 'sentence', 'or', 'paragraph']
To see all functions available under a package, type
import
print(dir(package))
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
File details
Details for the file stringhandling-0.3.tar.gz.
File metadata
- Download URL: stringhandling-0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cec7b9c8c9b27def814e23425a6ad467429fe701b1608b17f3ccdb383d1776e
|
|
| MD5 |
55b945549665cc8bd918b4f5c0dc9d1b
|
|
| BLAKE2b-256 |
c085f6c8a653f1e785b7eae505728c9d3956cef75409e5fffcd72fe61394307e
|