Str::contains()
Checks if a str contains another string
Str::contains(string $string, string $needle, bool $caseInsensitive = false): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$string |
string |
– | |
$needle |
string |
– | |
$caseInsensitive |
bool |
false |
Return type
bool