V::notContains()
Checks that the given string does not contain the second value
V::notContains($value, $needle): bool
Parameters
Name | Type | Default | Description |
---|---|---|---|
$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 | Description |
---|---|---|---|
$value |
mixed |
|
|
$needle |
mixed |
|
bool