fxmauricard/string-utils

PHP中字符串操作的实用类。

0.2 2018-04-20 13:17 UTC

This package is not auto-updated.

Last update: 2024-09-29 04:03:29 UTC


README

PHP中字符串操作的实用类。

目标

此类编写目的是为了集中一些字符串操作的方法。

使用方法

使用以下命令通过Composer将此库包含到您的项目中:

composer require fxmauricard/string-utils

您也可以直接将StringUtils.php包含到您的源代码树中。