Skip to content

Kirby 5.1.1

notContains

Checks that the given string does not contain the second value

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

Parameters

Name Type Default
$valuerequired mixed no default value
$needlerequired mixed no default value

Return type

bool