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