has_suffix
The has_suffix function tests whether the given string ends with the given suffix.
{{ has_suffix "hello world" "world" }}
has_suffixThe has_suffix function tests whether the given string ends with the given suffix.
{{ has_suffix "hello world" "world" }}