x-adam/string

PHP string helper package.

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

This package is auto-updated.

Last update: 2023-03-19 19:53:40 UTC


README

Latest Stable Version Total Downloads Dependents License

68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f582d4164616d2f737472696e672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 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.