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