painless-php / string
PHP 的字符串辅助功能
dev-master
2024-04-19 14:50 UTC
Requires
- php: >=8.1
- ext-mbstring: *
Requires (Dev)
- phpbench/phpbench: ^1.2
- phpunit/phpunit: ^10.1
- spatie/phpunit-watcher: ^1.22
- vlucas/phpdotenv: ^v5.5.0
This package is auto-updated.
Last update: 2024-09-19 15:39:47 UTC
README
PHP 的字符串辅助功能
安装
composer require painless-php/string
公共API
核心
异常
- PainlessPHP\String\Exception\StringSearchException
- PainlessPHP\String\Exception\StringTypeConversionException
待办事项
-
findFirstLineContaining
-
findLinesContaining
-
findLastLineContaining
-
trimLines
-
editLines
-
更新所需的PHP版本(最终可能通过package-boilerplate-core进行检查)
-
方法概述(作为Markdown表格?在README中)/更新文档
-
为StrBuilder生成IDE辅助工具,以便将魔法方法暴露给IDE