krzysztofzylka/strings
最新稳定版本:1.0.0
Composer 安装命令:
composer require krzysztofzylka/strings
包简介
String library
README 文档
README
composer require krzysztofzylka/strings
Methods
Escape string
\Krzysztofzylka\Strings\Strings::escape('string')
Undo escape string
\Krzysztofzylka\Strings\Strings::undoEscape('escaped string')
Lowercase and clean string
\Krzysztofzylka\Strings\Strings::lowerCleanString('string')
Cleans the given string by removing all non-alphanumeric characters and replacing spaces with dashes.
\Krzysztofzylka\Strings\Strings::clean('string')
Get first x words
\Krzysztofzylka\Strings\Strings::substrWithoutLastWord('word1 word2 word3', 10)
Remove line breaks
\Krzysztofzylka\Strings\Strings::removeLineBreaks('string')
Camelize
\Krzysztofzylka\Strings\Strings::camelizeString('string')
Decamelize
\Krzysztofzylka\Strings\Strings::decamelizeString('string')
统计信息
- 总下载量: 956
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-09