bentools / stringy
支持多字节字符串操作库
3.0.2
2017-04-19 10:55 UTC
Requires
- php: >=5.6.0
- symfony/polyfill-mbstring: ~1.1
Requires (Dev)
- phpunit/phpunit: @stable
README
此仓库是从danielstjules/stringy分叉而来
新增功能
该库包括从tcb13/substringy的子字符串方法,以及一个用于Stringy数组的额外join()工厂方法。
安装
将以下行添加到您的composer.json
"repositories": [ { "type": "git", "url": "https://github.com/bpolaszek/Stringy.git" } ],
然后,需要组件
composer install stringy/stringy