Skip to content

Kirby 4.1.2

endsWith

Checks if the given string ends with the given value

V::endsWith(string $value, string $end): bool

Parameters

Name Type Default
$value * string
$end * string

Return type

bool