has_prefix
The has_prefix function tests whether the given string begins with the given prefix.
{{ has_prefix "hello world" "hello" }}
has_prefixThe has_prefix function tests whether the given string begins with the given prefix.
{{ has_prefix "hello world" "hello" }}