mheinzerling / stringutils
StringUtils class is similar to Apache Commons StringUtils for Java. It will be extended incrementally.
3.0.0
2016-12-30 15:05 UTC
Requires
- php: ^7.1.0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ^5.6.0
This package is not auto-updated.
Last update: 2025-02-01 22:55:22 UTC
README
#mheinzerling/stringutils
This is a small library similar to Apache Commons StringUtils for Java.
##Composer "require": { "mheinzerling/stringutils": "^3.0.0" },
##Methods StringUtils::startsWith StringUtils::endsWith StringUtils::contains StringUtils::firstCharToUpper StringUtils::firstCharToLower StringUtils::trimExplode StringUtils::isBlank StringUtils::findAndRemove StringUtils::implode StringUtils::findMatchingBracketPos StringUtils::toLower Escape::html
##Changelog
3.0.0
- update to PHP 7.1
- StringUtils::toLower
2.2.0
- add StringUtils::findAndRemove
- add StringUtils::implode
- make StringUtils::startsWith/endsWith ignore case
- add StringUtils::trimExplode characters
- add StringUtils::findMatchingBracketPos
2.1.0
- add Escape utility class
2.0.0
- update to PHP 7
1.0.0
- initial version