https://github.com/williamsampaio/string-utils
This library provides a number of features for manipulating strings, such as removing whitespace, accented characters, and more.
https://github.com/williamsampaio/string-utils
helper helper-functions php php8 string string-manipulation strings utils utils-library
Last synced: 3 months ago
JSON representation
This library provides a number of features for manipulating strings, such as removing whitespace, accented characters, and more.
- Host: GitHub
- URL: https://github.com/williamsampaio/string-utils
- Owner: WilliamSampaio
- License: mit
- Created: 2024-09-04T16:41:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T19:02:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T03:13:55.086Z (over 1 year ago)
- Topics: helper, helper-functions, php, php8, string, string-manipulation, strings, utils, utils-library
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String Utils



This library provides a number of features for manipulating strings, such as removing whitespace, accented characters, and more.
## Install
```bash
composer require williamsampaio/string-utils
```
## Usage
```php