mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-22 08:01:13 +00:00
271 B
271 B
kumo.string.ends_with
kumo.string.ends_with(STRING, SUFFIX)
{{since('dev')}}
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')