An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# String Utils

![Codecov (with branch)](https://img.shields.io/codecov/c/github/WilliamSampaio/string-utils/master?style=flat-square&logo=codecov)
![GitHub Release](https://img.shields.io/github/v/release/WilliamSampaio/string-utils?style=flat-square)
![GitHub License](https://img.shields.io/github/license/WilliamSampaio/string-utils?style=flat-square)

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