Getting Started
This library offers a suite of string manipulation utilities designed to simplify common programming tasks involving text processing.
Quick Installation
To begin using the String Utils Library, you need to install the package in your project:
yarn add @softkit/string-utils
Key Features
- Capitalize and format strings into capitalized words.
- Encode and decode base64 strings for URL usage.
Next Steps
Explore the utility functions provided by the library in the Features section to enhance your application's string manipulation capabilities.