Skip to content

Release v3.0.31

Choose a tag to compare

@limingxinleo limingxinleo released this 27 Jul 14:08
9cebccf

Fixed

  • #5969 Fixed bug that Str::contains will cause the error result when the $needles is [null].
  • #5970 Fixed bug that Str::startsWith and Str::endsWith will cause the error result when the $needles is [null].

Added

  • #5971 Added Str::containsIgnoreCase() which determine if a given string contains a given substring regardless of case sensitivity.

Full Changelog: v3.0.30...v3.0.31