endsWith Checks if the given string ends with the given value kirby/src/Toolkit/V.php#L396 V::endsWith(string $value, string $end): bool Parameters Name Type Default $value * string – $end * string – Return type bool