Skip to content

ductringuyen/string_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String Processor

A comprehensive Python utility package for string manipulation and processing.

Features

  • Remove duplicate characters while maintaining order
  • Capitalize words
  • Count words in text
  • Find all occurrences of substrings
  • Remove punctuation
  • Convert text to camelCase
  • Count unique characters

Installation

bash pip3 install string-processor


## Usage

```python
from string_processor import StringProcessor

processor = StringProcessor()

License

This project is open-sourced under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published