Looking to hire Laravel developers? Try LaraJobs

str-extend maintained by x-laravel

Description
Extends Laravel Str Facade with X-Adam/string package.
Last update
2020/12/19 16:50 (1.x-dev)
License
Links
Downloads
409

Comments
comments powered by Disqus

Laravel Str Facade Extend

Introduction

Extends Laravel Str Facade with X-Adam/string package.

Requirements

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

Install

$ composer require x-laravel/str-extend

Example Usage

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

License

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