A minor version of strings package was released:
- Add method
StringHelper::split()
that split a string to array with non-empty lines. - Add method
NumericHelper::isInteger()
that checks whether the given string is an integer number. - Add support of a boolean values to
NumericHelper::normalize()
.
More details could be found in the package CHANGELOG.