V::notContains()
Checks that the given string does not contain the second value
V::notContains($value, $needle): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$value |
– | ||
$needle |
– |
Return type
bool
Checks that the given string does not contain the second value
V::notContains($value, $needle): bool
Name | Type | Default | Description |
---|---|---|---|
$value |
– | ||
$needle |
– |
bool