# notContains

Checks that the given string does not contain the second value

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Toolkit/V.php#L527>

****

```php
V::notContains($value, $needle): bool
```

## Parameters

| Name | Type | Default | Description |
| ---- | ---- | ---- | ---- |
| `$value` (required) | `mixed` | – | – |
| `$needle` (required) | `mixed` | – | – |

## Return type

`bool`