split. The split filter splits a string by the given delimiter and returns a list of strings: 1 2 {% set foo = "one,two,three"|split(',') %} {# foo contains ...
確定! 回上一頁