Styling Str class
This commit is contained in:
parent
8a41077665
commit
ba2b808b36
|
|
@ -13,6 +13,7 @@ class Str
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static function containsCaseless($haystack, $needles, $strict = false)
|
public static function containsCaseless($haystack, $needles, $strict = false)
|
||||||
{
|
{
|
||||||
foreach ((array) $needles as $needle) {
|
foreach ((array) $needles as $needle) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue