Fixed
- #5969 Fixed bug that
Str::containswill cause the error result when the$needlesis[null]. - #5970 Fixed bug that
Str::startsWithandStr::endsWithwill cause the error result when the$needlesis[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