2023-12-22 391次浏览

Minor version of Yii Strings package was released. There are some new features and improvements:

  • Added findBetween() , findBetweenFirst() and findBetweenLast() methods to StringHelper to retrieve a substring that lies between two strings.
  • Don't use regexp if there is no delimeter in the path in StringHelper::parsePath() .