contains
The contains function returns true if the string contains the substring, otherwise false.
{{ contains "hello world" "hello" }}
containsThe contains function returns true if the string contains the substring, otherwise false.
{{ contains "hello world" "hello" }}