contains
Checks if the given string contains the given value
V::contains($value, $needle): bool
Parameters
Name | Type | Default |
---|---|---|
$value * | mixed |
– |
$needle * | mixed |
– |
Return type
bool
Checks if the given string contains the given value
V::contains($value, $needle): bool
Name | Type | Default |
---|---|---|
$value * | mixed |
– |
$needle * | mixed |
– |
bool