PHP string helper package.
PHP >=7.0. Other than that, this library has no requirements.
$ composer require x-adam/string:"~2.0"
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'.
This package is open source software licensed under the MIT license.