Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 577 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 577 Bytes

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.