mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 02:08:18 +00:00
279 B
279 B
kumo.string.starts_with
kumo.string.starts_with(STRING, PREFIX)
{{since('dev')}}
Performs a plain string comparison between STRING and PREFIX. Returns true if STRING starts with PREFIX, otherwise false.
kumo.string.starts_with('hello world', 'hello')