Skip to content

last

Last element of an array. (standard Liquid filter.)

Example

{{ "a,b,c" | split: "," | last }}

Output:

c