Skip to content

Kirby 4.1.2

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