x-adam/string

PHP string helper package.

v2.0.0 2020-12-19 14:55 UTC

This package is auto-updated.

Last update: 2024-10-19 21:00:12 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

Introduction

PHP string helper package.

Requirements

PHP >=7.0. Other than that, this library has no requirements.

Install

$ composer require x-adam/string:"~2.0"

Example Usage

include "./vendor/autoload.php";

# Make a string's multiple space characters clear.
echo strMultipleSpaceClear('a b  c   d     e');
# Result: 'a b c d e'.

License

This package is open source software licensed under the MIT license.