mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 19:08:17 +00:00
287 B
287 B
kumo.string.ends_with
kumo.string.ends_with(STRING, SUFFIX)
{{since('2026.04.09-ea3b2a9b')}}
Performs a plain string comparison between STRING and SUFFIX. Returns true if STRING ends with SUFFIX, otherwise false.
kumo.string.ends_with('hello world', 'world')