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