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

This package is not auto-updated.

Last update: 2024-05-11 17:29:10 UTC


README

Build Status Code Climate Test Coverage Issue Count

#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