x-laravel/str-extend

扩展 Laravel Str Facade,使用 X-Adam/string 包。

v1.0.0 2020-12-19 15:50 UTC

This package is auto-updated.

Last update: 2024-09-19 21:46:03 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

简介

扩展 Laravel Str Facade,使用 X-Adam/string 包。

要求

PHP >=7.0。除此之外,此库没有其他要求。

安装

$ composer require x-laravel/str-extend

示例用法

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

许可证

此包是开源软件,受MIT许可证许可。