Minor version of Yii Strings package was released. There are some new features and improvements:
- Added
findBetween()
,findBetweenFirst()
andfindBetweenLast()
methods toStringHelper
to retrieve a substring that lies between two strings. - Don't use regexp if there is no delimeter in the path in
StringHelper::parsePath()
.